Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

systore-1.0.2-py3-none-any.whl (10.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page