Separated code in functions and modules. Replaced easygui with wxpython for lighter packaging with pyinstaller.

Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
2020-11-09 11:42:19 +01:00
parent 057b713ec8
commit 9608b9f9e2
4 changed files with 296 additions and 213 deletions

9
.gitignore vendored
View File

@@ -15,6 +15,13 @@ bin
bin/*
.ipynb_checkpoints
.ipynb_checkpoints/*
build
build/*
dist
dist/*
__pycache__
__pycache__/*
*.csv
*.xml
*.ipynb
*.ipynb
*.spec