Utility Box - A collection of useful Python utilities.
Project description
UtilityBox
UtilityBox is a collection of useful tools and utilities for Python.
Features
- Generation of random number lists.
- Sorting algorithms like Bubble Sort and Selection Sort.
Installation
Use the package manager pip to install utilitybox.
pip install utilitybox
Basic Usage
from utilitybox import generals
from utilitybox import ordering
# Example of generating a random number list
numbers = generals.random_number_list(10)
# Example of sorting using Bubble Sort
sorted_numbers = ordering.bubble_sort(numbers)
Development
Developed by Jose Angel Colin Najera.
License
This project is licensed under the MIT License
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
utilitybox-0.0.0.2a0.tar.gz
(3.7 kB
view details)
File details
Details for the file utilitybox-0.0.0.2a0.tar.gz.
File metadata
- Download URL: utilitybox-0.0.0.2a0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d8373a727f8ea75f5b64b6662f58b4d856587f1fd02d988cf3322bf7acb1586
|
|
| MD5 |
8cee4fa7fc7cf511d899b60c8c8027db
|
|
| BLAKE2b-256 |
f8a04a0cdf2518cac8cac6b7ae1614c19aae4ed76f9c7d97bc3b7b459ae3c376
|