Python library simplifying system script management with handy functions like clearing the console, setting the window title, and detecting the operating system (Windows, Linux, macOS).
Project description
contsys
Python library simplifying system script management with handy functions like clearing the console, setting the window title, and detecting the operating system (Windows, Linux, macOS).
By G-Azon 🇫🇷
Features
-
CMD:
CMD.clearclears the console screen.CMD.title([TITLE])changes the title of the console screen to the specified title.
-
system:
system.iswin32()returns True if the current OS is Windows, and return False if the current OS is not Windows.system.linux()returns True if the current OS is Linux Based, and return False if the current OS is not Linux Based.system.isdarwin()returns True if the current OS is MacOS, and return False if the current OS is not MacOS.system.isadmin()returns True if the script is executed as root, and returns False if the script is not executed as root.system.runasadmin([TARGET], [ARGS])run the specified python script as root.
-
monitor:
monitor.cpu_usage()returns the current cpu usage in percent.monitor.ram_usage()returns the current virtual memory usage in percent.
Installation
You can install contsys using pip:
pip install contsys
License
This project is under the MIT License.
Contact
If you have any trouble or you want to suggest an improvement you can contact me at G-Azon782345@protonmail.com
Changelog
-
1.2.0
- Added
system.isadmin()system.runasadmin()
- Added
-
1.1.3
- Added the MIT license in LICENSE
-
1.1.2
- Small improvements in the description in the Changelog section
-
1.1.1
- Added
monitor.cpu_usage()monitor.ram_usage(). - Setup.py migrated to pyproject.toml
- Added the changelog section.
- Added a new required dependency: psutil
- Added
-
1.0.2
- Added a better description.
-
1.0.1
- Added
system.iswin32()system.islinux()system.isdarwin().
- Added
-
1.0.0
- The first version of contsys.
- Added
CMD.clear()CMD.title().
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
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
File details
Details for the file contsys-1.2.1.tar.gz.
File metadata
- Download URL: contsys-1.2.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3aba74d8212bb76feaae0a240f6b6f840f00fea47d8abdfb85e7129cb0ab892d
|
|
| MD5 |
b194c40e1b401b10562e0f3f3a8a0217
|
|
| BLAKE2b-256 |
f1fca99688b2ed1f2eac7eb9aa40922ebe5ef40abec57cfd40adddd860bbae30
|
File details
Details for the file contsys-1.2.1-py3-none-any.whl.
File metadata
- Download URL: contsys-1.2.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
342f33443474f95bd9735f0c30b983f2e154c95c1b1c0d41942ad55779eea0bd
|
|
| MD5 |
697bc22ba2219810046b66d4e5c4334b
|
|
| BLAKE2b-256 |
769c06c29873bac66db268b85d4e96c4dcbbb67f8ee8877b5ed7fb059a192359
|