Based on this video by squirrel_plays.
Go follow/subscribe to them. They did all the calculations (aka the hard work), I just made it work as a web application.
The deployed version can be found here.
Please follow instructions below if you wish to run the code yourself.
This assumes you have Python installed on your PC already.
- Select Code > Download ZIP or click here
- Extract files to a new folder on your PC
- Open the folder in your preferred IDE or Command prompt.
- Run the command
pip install -r requirements.txt
- Once the packages have been installed, run
python3 app.py
orpython app.py
- Done
- Click the
<> Code
button above, and selectCodespaces
- Click
Create codespace on main
- Run the command
pip install -r requirements.txt
- Once the packages have been installed, run
python3 app.py
- Done
Once again, thanks to squirrel_plays for their hard work in creating the calculations.
You should Subscribe to them on YouTube.