Description: Calculates Areas, Peritmeter, Circumference, Volume, and other formulas.
Python 3.5+
Jupyter Notebook Python 3
pyinstaller (pip install pyinstaller)
tkinker in 3.5 (conda install -c anaconda tk, conda install tk or python -m tkinter)
numpy
python <...filename...>.py
Example: python ACP_Apps.py
Run programs in Python IDLE, Spyder, PyCharms, and etc.
pyinstaller --onefile <...filename...>.py
Example: pyinstaller --onefile ACP_Apps.py
When it is successful convert to .EXE, the code will generate the bundle in a subdirectory in "dist" folder.
Tin Hang