Skip to content

v0.1.0 - Initial Release

Choose a tag to compare

@Johnniewhite Johnniewhite released this 12 Feb 22:09

Watchtower v0.1.0 - Initial Release πŸš€

The first release of Watchtower, a comprehensive system monitoring tool built with Python.

Features

  • Real-time system monitoring with a beautiful TUI interface
  • CPU usage monitoring with per-core statistics
  • Memory usage tracking
  • Network statistics and speed testing
  • Disk I/O monitoring
  • Temperature monitoring (on supported systems)
  • Process management
  • Cross-platform support (Windows, macOS, Linux)

Installation

pip install system-monitor-cli

Key Components

  • Built with Rich for beautiful terminal interfaces
  • Real-time updates with minimal system impact
  • Customizable display options
  • Keyboard shortcuts for quick access to features

Known Issues

  • Temperature monitoring may not work on all systems
  • Speed test results may vary based on network conditions

Dependencies

  • Python >=3.6
  • rich >=13.0.0
  • psutil >=5.9.0
  • speedtest-cli >=2.1.3
  • pynput >=1.7.0

Breaking Changes

None (Initial Release)

Contributors

License

MIT License