A performance-focused system monitor library.
Project description
Nebulib v1.0
Nebulib is a Python library focused on real-time system performance monitoring.
Features
- Get full system specs (CPU, RAM, GPU)
- Live CPU usage bar in terminal
- GPU usage monitor (NVIDIA only)
- FPS Counter class
- CPS monitor (coming soon)
Example
from nebulib import get_system_specs, print_cpu_usage_bar, FPSCounter
print(get_system_specs())
print_cpu_usage_bar()
fps = FPSCounter()
while True:
fps.tick()
fps.show_fps()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nebulib-0.2.tar.gz
(2.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
nebulib-0.2-py3-none-any.whl
(3.3 kB
view details)
File details
Details for the file nebulib-0.2.tar.gz.
File metadata
- Download URL: nebulib-0.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adf1914b758007d2583d834d44e9e1709e31fa14a1334c9e1f8c2355b8b717c4
|
|
| MD5 |
3fc1f0fdf48b5bd363f33262419ae63f
|
|
| BLAKE2b-256 |
6ccadc38452cad05400323a60d2722160ff3dd08ee52867c55821be30165596e
|
File details
Details for the file nebulib-0.2-py3-none-any.whl.
File metadata
- Download URL: nebulib-0.2-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63f6abd42b9ab39bb4bea55d4f10136eeaf004122323e420c3bc5282486bfcf8
|
|
| MD5 |
d20ff60a4b9ecd44309c248c580c6962
|
|
| BLAKE2b-256 |
6d243c865482bf8df15cbd4a411821ce426419e341039a197031349da3564700
|