A secure Telegram-powered Windows desktop assistant built with Python.
- System Dashboard
- Network Information
- Desktop Screenshot
- File Manager
- Application Launcher
- Startup Manager
- Lock PC
- Restart PC
- Shutdown PC
- Owner Authentication
- Activity Logging
- Python
- python-telegram-bot
- PyAutoGUI
- psutil
- PyInstaller
pip install -r requirements.txtCreate a .env file:
BOT_TOKEN=YOUR_BOT_TOKEN
OWNER_ID=YOUR_TELEGRAM_IDRun:
python main.pypyinstaller --onedir --icon=icon.ico --name PCGuardianAssistant main.pySaif Mohammadi