Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.11 KB

File metadata and controls

67 lines (44 loc) · 1.11 KB

TeleSysControl

TeleSysControl is a Windows system management project that uses a Telegram bot to remotely manage essential system features from anywhere.


Features

Action
System Monitoring (CPU, RAM, GPU, drives, processes, battery, charging status)
Show System Uptime
Capture Screenshot
Speed Test
Volume Control (increase, decrease, mute, max)
Power Control (shutdown, sleep, hibernate, restart)
Windows Command line
Auto Connect to Telegram bot on internet availability

Requirements

  • Windows 10 or Windows 11
  • Administrator access (recommended for full functionality)

Installation

  1. Clone the repository:
git clone https://github.com/Prashant64bit/TeleSysControl.git
cd TeleSysControl
  1. Install required dependencies:
pip install -r requirements.txt
  1. Configure the Project

Edit config.py and update your:

  • apiID
  • apiHASH
  • botToken
  • ownerId

Run the Application

python main.py

License

This project is licensed under the MIT License.