A minimal macOS menu bar app built with Python and rumps that displays system information such as CPU usage, memory, storage, battery, clipboard, IP addresses, and more — directly in the menu bar.
- Dark mode toggle
- Memory usage by actual GB instead of percentage
- Make the code easier to read
- Bug fixes
git clone https://github.com/aariir/infoCenter.git
cd infoCenterpip install -r requirements.txt
python3 setup.py py2app
This project is licensed under the MIT License. Feel free to fork, modify, and share!