To run
- Python ^3.9.1
- clone this repo
- cd cloned directory
- create venv
python -m venv .venv - activate venv
on Windows cmd
.venv\Scripts\activate.bat - you have to use .venv/Scripts/python.exe as default interpreter
If you're using VSCode,
Press "F1" key, then type "Python: Select Interpreter"
Now choose .venv/Scripts/python.exe - install libs
pip install -r requirements.txt
or
pip install PySide6
pip install qasync
pip install requests
pip install beautifulsoup4 - run main.py