Clone this project to your computer and install required dependencies
# Windows
python -m venv .venv
.\.venv\Scripts\activate
pip install -r .\requirements.txt
# Mac
python3 -m venv venv
source ./venv/bin/activate
pip install -r ./requirements.txt
Rename .env.example
to .env
then changes all the variables base on your need
# Windows
python .\main.py
# Mac
python ./main.py
Searching for PyInstaller for details