A performance-focused system monitor library.
Project description
Nebulib v0.3
Nebulib is a Python library focused on real-time system performance monitoring.
Latest Changelog
- Added CPS Monitor Function
Features
- Get full system specs (CPU, RAM, GPU)
- Live CPU usage bar in terminal
- GPU usage monitor (NVIDIA only)
- FPS Counter
- CPS monitor
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.3.tar.gz
(2.5 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.3-py3-none-any.whl
(2.6 kB
view details)
File details
Details for the file nebulib-0.3.tar.gz.
File metadata
- Download URL: nebulib-0.3.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70e576a89e8e28db6575228b3f183095ff1bfae03e6b7691b2f60817bc7f7363
|
|
| MD5 |
fbc4c715be9431bd326a362c5a7db153
|
|
| BLAKE2b-256 |
4f72984009b52c9d66549a94031bd82b9a07da4209be187adde7105ef1738306
|
File details
Details for the file nebulib-0.3-py3-none-any.whl.
File metadata
- Download URL: nebulib-0.3-py3-none-any.whl
- Upload date:
- Size: 2.6 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 |
6a6963e1c8054d5f61a834e94fe24f3128bb2ad373574167a5e00d8205fe0eaf
|
|
| MD5 |
ef98878c665c53464f852be0bc17789e
|
|
| BLAKE2b-256 |
5d56cd6becf80043e2086f9062326dd681642150f867e43ff956851e33229a56
|