Skip to content

v1.0.1

Latest

Choose a tag to compare

@KenzoPortela KenzoPortela released this 17 Jan 20:17
· 1 commit to main since this release
5b3de74

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.py has been updated to properly handle calls from the pytop command, 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, and windows-curses.

GitHub Repository: kenzoportela/pytop