A Python package to gather system information and check Python installation.
Project description
JoyMondalSIG
JoyMondalSIG is a Python package designed to gather system information and check Python installation.
Installation
You can install the JoyMondalSIG
package using pip
. Open your terminal or command prompt and run:
pip install JoyMondalSIG
Example
Retrieving System Information
from JoyMondalSIG import get_system_info
# Retrieve system information
system_info = get_system_info()
# Display system information
for key, value in system_info.items():
print(f"{key}: {value}")
Checking Python Installation
from JoyMondalSIG import check_python_installation
# Check if Python is installed and install if not found
check_python_installation()
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
JoyMondalSIG-0.1.tar.gz
(1.9 kB
view details)
Built Distribution
File details
Details for the file JoyMondalSIG-0.1.tar.gz
.
File metadata
- Download URL: JoyMondalSIG-0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad5ee3c9bd618a9a0b4559ad7c564dbe832c50fd7fb2e44714e0beae0795f883 |
|
MD5 | 93bd7b42d8402fbaf1682a6ea566c3ee |
|
BLAKE2b-256 | d33bf660df154f6920a4d247af76f91939b328a9e86c58e93c9577e767fb490b |
File details
Details for the file JoyMondalSIG-0.1-py3-none-any.whl
.
File metadata
- Download URL: JoyMondalSIG-0.1-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be4d70f5109fb5da7a9fb561607809c32ea33d812e9f7d840859f8f4b909314d |
|
MD5 | c6cefce383ceaae8a0a5ea6cd972e812 |
|
BLAKE2b-256 | 99feda73c47485d4db1dc6b579622ef169c92afb8de90828e7c0908467501849 |