Initial commit

This commit is contained in:
Klemek
2018-08-26 02:05:48 +01:00
parent ff637d164e
commit af853ab0f2
13 changed files with 2311 additions and 1 deletions
+24 -1
View File
@@ -1,2 +1,25 @@
# PythonStuff
# Python Stuff
Where I store small Python projects
* [EZ Net](#ez-net)
* [Graph (french)](#graph-french-)
* [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)
## 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)