# 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)