Get information about your system.
Project description
Donations
It takes me a long time to make these libraries. If you would like to support my work, Then you can follow my patreon :)
https://www.patreon.com/Schkimansky
Library
This is a easy to use python library to get information about your system! Such as how much ram you have, Cpu cores etc.
import systore
result = systore.get_disk_partitions()
print(result) # All disk partitions on your system
Installation
pip install systore
Documentation
These are all the functions, They are pretty much self explanatory. More functions coming in future updates. Also, this library is based on psutils. This library is way easier than psutil too.
Function | Info |
---|---|
get_cpu_cores | Get how many cores your cpu has. |
get_virtual_cpu_cores | Virtual cores are made to increase speed of cpu. |
get_max_cpu_speed | Get your cpu speed in Megahertz. (Not gigahertz). |
get_min_cpu_speed | Get minimum cpu speed. |
get_cpu_usage | Get current cpu usage. |
get_ram | Get how much ram you have. |
get_available_ram | Get how much ram you have available. |
get_used_ram | Get how much ram you have used. |
get_swap_ram | Get how much swap ram you have. |
get_used_swap_ram | Get how much swap ram is being used currently. |
get_disk_partitions | Get how many disk partitions you have. |
get_file_system_type | Get the file system type of a disk partition. |
get_mount_point | Get the mount point of a disk partition. |
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
systore-1.0.2.tar.gz
(9.8 kB
view details)
Built Distribution
systore-1.0.2-py3-none-any.whl
(10.3 kB
view details)
File details
Details for the file systore-1.0.2.tar.gz
.
File metadata
- Download URL: systore-1.0.2.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73efd21804ba141ab871064957c8dcd18e09b13bd8227a4ac4cd54501418dde0 |
|
MD5 | 07ee3fd0665eaca68a2b3d4df01cb290 |
|
BLAKE2b-256 | 80de752a5761e8102ebcb2fce44a11f3441289e33f2f2adb2af5ecd6cc8602b4 |
File details
Details for the file systore-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: systore-1.0.2-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc56ae07b0cd46fb5da9c3c1bc9324d4fd96cf8a64365e05f460afb7da7f1a6b |
|
MD5 | 76c7522d93da8658c1adad717ebed9d6 |
|
BLAKE2b-256 | f18be73c53d5b73a06a0eb0d9c323ac2072cb352cf9c32681c8065a3ed04e4ad |