Skip to content

An open-source Python program with a GUI that retrieves and displays information about your system's processor, memory, and GPU.

Notifications You must be signed in to change notification settings

lnardon/SystemMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SystemMonitor (GUI)

An open-source Python program with a GUI that retrieves and displays information about your system's processor, memory, and running processes.

Requirements

  • Python 3
  • PIP

Dependencies

The following Python packages are required:

  • psutil
  • PyQt5
  • pynvml
  • pyinstaller

Building the Application from Source

pyinstaller --onefile --windowed ./SystemMonitor.py

After that your executable will be available at the dist folder, just double-click it, and 🎉🎉🎉 !

About

An open-source Python program with a GUI that retrieves and displays information about your system's processor, memory, and GPU.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages