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.
Functionalities
Update 1.0.0
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. This is the pre-3.0.0 version
Update 2.0.0
config_manager(def_config: dict, config_folder: str, config_file_name: str) #Consult the docstring of this function.
write_config(config_path: str, config: dict, def_config: dict) #Consult the docstring of this function.
Update 3.0.0
menu(config: Container,
option_prefix: str = "".strip(),
option_suffix: str = "".strip(),
start: int = 1,
trailing_dot: bool = True,
roman_numeral_mode: bool = False
) #A menu generator, consult the docstring of this function for more information. This is the 3.0.0 version
Update 4.0.0
validate_param(param: object, name: str, expected_type: type) #Check the type of param and throw an error if not match the expected_type.
Update 5.0.0
is_prime(input: int) #Check if input (of type int) is a prime number or not.
first_n_primes(n: int) #Generate the first n prime number(s).
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-5.1.0.tar.gz
(16.7 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-5.1.0-py3-none-any.whl
(17.1 kB
view details)
File details
Details for the file ziz_utils-5.1.0.tar.gz.
File metadata
- Download URL: ziz_utils-5.1.0.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69b90c6a73e79ccff352e31a144ee1fd883b7f74577018c68ce8e233f667aad1
|
|
| MD5 |
e6708614624dcef618e22f4b1a6a9b5c
|
|
| BLAKE2b-256 |
50a8f4f7ce96e3f410e2602b2898a5cacc48aa4f8bf8511736c3f28a5f24e931
|
File details
Details for the file ziz_utils-5.1.0-py3-none-any.whl.
File metadata
- Download URL: ziz_utils-5.1.0-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3a50546ab83db40db8edc9959a0a6836f5b7bb52084115e4d1e55d614ebff3e
|
|
| MD5 |
aa5940f4daedb790d763fdf722d570af
|
|
| BLAKE2b-256 |
a3dcb04f30368744be25e6038c6c2520f536b8c7021891030eb3b9fed9a318af
|