Material calculator for Windows using Flet
Just click "Download ZIP" button in "Code" tab
2. Install Python if he isn't installed on your Desktop (if you have 3.11 and lower, install 3.12 (recomended))
- Go to official python site
- Hover "Download" button
- Click "Python 3.12.3" button (may other version)
- Run downloaded exe and follow instructions
Just use this command (in unpacked dir)
python main.py
# or
py main.py
If you have 2 or more Python versions, use this command
python -3.12 main.py
# or
py -3.12 main.py