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.
- Ensure you have Python installed on your system.
- Download or clone the
pc_health.py
script. - Open a terminal or command prompt.
- Navigate to the directory containing the script.
- Run the script using the following command: python pc_healthchcker.py
- The GUI window will display your PC's health status.
- If CPU usage or disk free space exceeds 50%, the program will print an "error" message.
- Python (3.9.0 recommended)
- Tkinter Library (usually included with Python)
This program is intended for educational purposes and basic PC health monitoring. For more advanced monitoring and analysis, consider using specialized tools.
Contributions and improvements are welcome! If you'd like to enhance this program, feel free to submit a pull request.