Combing Crumbs is a lightweight desktop application built with Python and Tkinter for monitoring system performance in real time.
- Real-time system monitoring – CPU, Memory, and Disk usage
- Top Processes Table – shows the 8 processes consuming the most memory
- Standalone Executable – packaged in the
distfolder for easy use - Cross-platform Support – works on Windows; Linux/Mac support can be added
- Open the application by running the executable or running
python crumbs.pyin Python.
- Python 3.10+
- psutil
- Tkinter (built-in with Python)
- Customizable refresh rate and theme options
- Expand to Linux and Mac support
- Add network usage monitoring