Metadata-Version: 2.1
Name: systore
Version: 1.0.1
Summary: Get information about your system.
Author: Schkimansky
Author-email: <ahmadchawla1432@gmail.com>
Keywords: python,system,information,get information,get,get info,system info,get sys infoget system info
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE


# Shore
Get information about your system easily!

# 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.          |
