lists .txt files for pages that don't need permission (example: login) so you can use it anywhere (FDM, Codes, etc)
A)Use the package manager pip and requirements.txt
1-open cmd in the folder(by going to it and writing cmd in folder path bar)(or using cd)
2-use requirements.txt:
pip install -r requirements.txt
OR
B)use the compiled version that doesn't need any installation (can be found in releases
The only diffrences between .py file and .exe file are
1-.exe doesn't need python,or any other requirements, .py does
2-.exe has this cool-looking ascii art:
███ ▄█ █▄ ▄███████▄ ███ ▄████████ ▄█ ▄████████ ▄█ ▄█▄
▀█████████▄ ███ ███ ▄████████ ███ ███ ▀█████████▄ ███ ███ ███ ███ ███ ███ ▄███▀
▀███▀▀██ ███ ███ ███ ███ ███ ███ ▄████████ ▀███▀▀██ ███ ███ ███▌ ███ █▀ ███▐██▀
███ ▀ ▄███▄▄███▄▄ ███ █▀ ███ ███ ███ ███ ███ ▀ ███ ███ ███▌ ███ ▄█████▀
███ ▀███▀▀███▀ ▄███▄▄▄ ▀█████████▀ ███ ███ ███ ▄███▄▄▄▄██▀ ███▌ ███ ▀▀█████▄
███ ███ ███ ▀▀███▀▀▀ █▄ ███ ▀███████████ ███ ▀▀███▀▀▀▀▀ ███ ███ █▄ ███▐██▄
███ ███ ███ ███ ███ ███ ███ ███ ███ ▀███████████ ███ ███ ███ ███ ▀███▄
▄████▀ ███ █▀ ██████████ ▄████▀ ███ █▀ ▄████▀ ███ ███ █▀ ████████▀ ███ ▀█▀
███ ███ ▀
a).py file
- with visual studio:open main.py,click on f5(or fn+f5), select python debugger, the rest is in terminal
- with cmd:open cmd in the folder(by going to it and writing cmd in folder path bar)(or using cd),write:
python main.py
b)compiled file
-just run it!
Pull requests are welcome. Do whatever you want