Skip to main content

Utility Box - A collection of useful Python utilities.

Project description

UtilityBox

UtilityBox is a collection of useful tools and utilities for Python.

Version License: MIT

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page