A software that lets users monitor a PC's computing resources in real time The system comes with both a REST-API and a web socket channel
- Make sure you have python 3.8+ installed
- Create a virtual environment
- run
pip install -r requirements.txt
to install the required modules - run
python -m app
in the terminal/command-prompt - To test, run the python script in tests/rest_client.py
- Feel free to change the host and port
This route to is to get all information about PC
This returns the PC's battery percent
This returns the PC's memory information
This returns the PC's information about it's connected network devices
This returns a list of processes and their information