- Firstly download the repository
- All folders starting from
sample
contain sample files that can be used to check the working the the app
- Go to
assets and python scripts
folder
./requirements.sh
- And then to run the actual App run in the same terminal (All though you can the absolute path of python instead of
python
):
python main.py
If this doesn't work for some reason then run:
python3 main.py
- In your Command Prompt:
.\requirements.bat
- Now to run the app:
python main.py
- Photo by Fallon Michael on Unsplash
- This is inspired from Coleman Liau Index on Wikipedia
- The PDF named conda-sheet is directly from Anaconda's website
- Some code was was used from: