A port of my old Bash system info script to Python. Python has a lot more cool things I wanted to try, so I started porting it over. Will be updating it over time as I make changes.
Important Info:
- Requires Python 3.x
- Requires psutil
- Requires curses
- Requires pyalsaaudio
- [More to come]
To Do:
Add coloursDONE!Make conditional colour formattingDONE!- Split some of the longer functions UPDATED!
Make application use cursesDONE!- Create new modules/libraries to separate functions UPDATED!
Add audio monitoring and controlsDONE!- Add command-line arguments capabilities
- Update pictures in README
- [More to come]
Controls:
- Mute volume (M/m)
- Reset volume (R/r) -- default is 50, but you can change it
- Raise volume (A/a) -- default step is 2, but you can change it
- Lower volume (Z/z) -- same as above
- Quit (ESC/Q/q)
Recent Updates and Bug Fixes:
- Fixed error with uptime display for uptimes greater than 1 day
- Added weeks formatting to the display
- Changed the display uptime function to be more "Pythonic"


