Skip to content

A Python-based program which fetches real-time CPU & memory information directly from a Windows host.

Notifications You must be signed in to change notification settings

GabrielRogd/PyMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PyMonitor

This is an utterly simple Python implementation which fetches real-time CPU & memory information directly from a Windows host.

Screenshot

Sample screenshot

Download

The source code has been compiled in a way so that the program can run without the existence of Python (alongside the source code's required libraries). It can be found here.

Build

The program can be compiled using the pyinstaller library.

  • pip install -r requirements.txt (make sure the required library is installed - it's just psutil lol)
  • pip install pyinstaller (install the library through pip)
  • pyinstaller --onefile --noconsole PyMonitor.py (compile the code into an executable - wait until finished)

The executable will be found in the dist folder (inside the repo folder).

About

A Python-based program which fetches real-time CPU & memory information directly from a Windows host.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages