Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1 KB

README.md

File metadata and controls

34 lines (21 loc) · 1 KB

PC_Health.py

this program check wheather your pc is in good condition It will print "error" if the cpu usage and disk free space run over 50%. Provides a user-friendly GUI for easy interaction.

Usage

  1. Ensure you have Python installed on your system.
  2. Download or clone the pc_health.py script.
  3. Open a terminal or command prompt.
  4. Navigate to the directory containing the script.
  5. Run the script using the following command: python pc_healthchcker.py
  6. The GUI window will display your PC's health status.
  7. If CPU usage or disk free space exceeds 50%, the program will print an "error" message.

Dependencies

  • Python (3.9.0 recommended)
  • Tkinter Library (usually included with Python)

Note

This program is intended for educational purposes and basic PC health monitoring. For more advanced monitoring and analysis, consider using specialized tools.

Contribution

Contributions and improvements are welcome! If you'd like to enhance this program, feel free to submit a pull request.