A collection of Python function that I used in my projects.
Project description
Ziz's Utilities - Python Edition
A collection of Python function that I used in my projects.
Contains
isInt(input: str) #Check if input of type str is an integer or not.
clear() #Clear the terminal.
num_to_roman(input: int) #Convert input of type int into the equivalent in Roman numerals.
menu(config: Container, start: int = 1, trailing_dot: bool = True, roman_numeral_mode: bool = False) #A menu generator, consult the docstring of this function for more information.
And more! (hopefully)
Installation
- Install Python 3.x from here. (Ignore if you already have Python 3.x installed)
-
Open terminal, run:
pip install ziz_utils
Usage
In a Python file:
import ziz_utils
Or:
from ziz_utils import <function_name> #With function_name as the, well, function name.
Requirement(s)
- Python 3.x
License
This project is licensed under the GNU General Public License 3.0, check LICENSE for more details.
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
ziz_utils-1.0.0.tar.gz
(15.5 kB
view details)
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
ziz_utils-1.0.0-py3-none-any.whl
(15.8 kB
view details)
File details
Details for the file ziz_utils-1.0.0.tar.gz.
File metadata
- Download URL: ziz_utils-1.0.0.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b15e377973cd221a3d9f4a5aaa233f0de2ab277b8fae9bd53fc6c6c2300155e
|
|
| MD5 |
c814ce1352164c258293fdaa818a09d9
|
|
| BLAKE2b-256 |
42925967a7dd91d841dc417f9b527cefee36cb9a9b55539605761b9ee71b0d36
|
File details
Details for the file ziz_utils-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ziz_utils-1.0.0-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2881e770b64156f731fdaf7f2dc71ea9b2f417689d953683133ea0e7d4152ec
|
|
| MD5 |
466d389be3f63f56e971c28dcdb64a12
|
|
| BLAKE2b-256 |
e148bd4d49e6c1a69ddbd49042991db336f40735e05bf47ad84fe3240e88b2a6
|