├── .gitignore ├── PCToolsBot.py ├── README.md └── install.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiraGGG/PCToolsBot/HEAD/.gitignore -------------------------------------------------------------------------------- /PCToolsBot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiraGGG/PCToolsBot/HEAD/PCToolsBot.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiraGGG/PCToolsBot/HEAD/README.md -------------------------------------------------------------------------------- /install.txt: -------------------------------------------------------------------------------- 1 | pyTelegramBotAPI 2 | mouse 3 | Pillow 4 | pySmartDL 5 | PyInstaller --------------------------------------------------------------------------------