Releases: KenzoPortela/pytop
v1.0.1
PyTop v1.0.1 — Initial Release Fix
This update addresses critical launch issues, and improves the accuracy of hardware reporting (GPU and VRAM related) for Windows systems. These fixes ensure that PyTop now runs properly and displays accurately hardware information.
🛠 What’s Fixed
- Corrected GPU VRAM Detection: Fixed a bug where dedicated VRAM size was being reported incorrectly on certain hardware configurations (due to the mess between dedicated/shared/total VRAM).
- Launch Error Patch: Resolved a critical entry-point error. The
main.pyhas been updated to properly handle calls from thepytopcommand, ensuring the application launches correctly.
✨ Key Features (v1.0.0 Refresher)
- Live Performance Tracking: Real-time CPU core frequencies and usage.
- Graphics & Memory: Track GPU usage, VRAM, and system memory.
- Process Management: Auto-sorted process list with "Kill" functionality.
- Responsive Layout: UI adapts dynamically to terminal resizing.
🛠 Installation
Install the package with the wheel file or the archive file.
PyPi upload pending, it would allow to install it with pip, so stay tuned !
⌨️ Navigation & Controls
q: Quit the application.k: Kill the currently selected process.↑/↓: Navigate through the process list.
📋 Requirements
- OS: Windows.
- Python: 3.7 or higher.
- Dependencies:
psutil,WMI, andwindows-curses.
GitHub Repository: kenzoportela/pytop
v1.0.0
PyTop v1.0.0 — Initial Release
This is the first stable release of PyTop, a dynamic, htop-like system monitor built specifically for Windows users. It provides a real-time, terminal-based interface to monitor your hardware performance and manage system processes.
✨ Key Features
- Live Performance Tracking: Monitor real-time CPU core frequencies and usage.
- Graphics & Memory: Track GPU usage, VRAM, and system memory consumption.
- Process Management: View an active process list automatically sorted by CPU usage.
- Built-in Shortcuts: Kill processes directly from the interface using keyboard shortcuts.
- Responsive Layout: The UI automatically adapts to changes in your terminal window size.
🛠 Installation
Install the package with the wheel file or the archive file.
PyPi upload pending, it would allow to install it with pip, so stay tuned !
⌨️ Navigation & Controls
q: Quit the application.k: Kill the currently selected process.↑/↓: Navigate through the process list.
📋 Requirements
- OS: Windows.
- Python: 3.7 or higher.
- Dependencies:
psutil,WMI, andwindows-curses.
GitHub Repository: kenzoportela/pytop