This repository has been archived on 2026-05-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
python-stuff/README.md
T
2018-08-26 14:09:05 +01:00

31 lines
874 B
Markdown

# Python Stuff
Where I store small Python projects
* [EZ Net](#ez-net)
* [Graph (french)](#graph-french-)
* [Labyrinth](#labyrinth)
* [PI Dichotomy](#pi-dichotomy)
## EZ Net
You know what a pain it is to divide a network into subnetworks ? Not anymore with EZ Net ! (lol), just have fun
![preview](ez-net/preview.jpg)
## Graph (french)
A tool to make beautiful mathematical curves
![preview](graph/preview.jpg)
## Labyrinth
Encode a text into a labyrinth image like this :
![preview](labyrinth/preview.jpg)
## PI Dichotomy
What happens when you execute dichotomy on PI starting with 4 ? Result : an infinite binary data, i used it to generate bitmaps and sound.
Obviously I didn't had infinite PI digits but "only" the 1st million.
Just run the script `pi-dich.py`, it will tell you what you can do such as :
![black and white bitmap](pi-dichotomy/pi_bw_1000.bmp)