How to Install our project: add the file setup.py to the same folder as the others, before installetion you must perform this preperations: after you have cloned or updated the project and have all the files:
- Verify you have the right packages:
run pip install pandas
matplotlib
numpy
pathlib
xlsxwriter
tkinter
xlrd==1.2 - run pip install cx_Freeze and idna.
- change the version number in setup.py .
- run "python setup.py build"
- hope there will be no errors. Good luck !