Skip to main content

A powerful Python utility library with calculator, string, file, password, random, system and utility tools.

Project description

ToolVerse

A powerful Python utility library that provides ready-to-use tools for calculations, string manipulation, file handling, date and time operations, password generation, random utilities, student management, system information, and more.

Installation

Install from PyPI:

pip install ToolVerse

Features

Module Description
calculator Mathematical calculations and utility functions
conversion_tools Unit and measurement conversions
date_time_tools Date and time utilities
file_tools File management operations
number_tools Number-related utilities
password_tools Password generation and security tools
random_tools Random values, strings, dates, and passwords
string_tools String manipulation utilities
student_tools Student management and reporting utilities
system_tools System and OS information utilities

Quick Start

Calculator

from ToolVerse.calculator import calculator

calc = calculator()

print(calc.add(10, 5))
print(calc.sub(10, 5))
print(calc.mul(10, 5))
print(calc.div(10, 5))

Password Generator

from ToolVerse.password_tools import passwordtools

pwd = passwordtools()

print(pwd.generate_password())
print(pwd.generate_strong_password())

String Tools

from ToolVerse.string_tools import stringtools

s = stringtools()

s.set_string("Hello World")

print(s.reverse_string())
print(s.to_uppercase())
print(s.count_words())

Running Tests

pytest

Project Structure

ToolVerse/
├── src/
│   └── ToolVerse/
├── tests/
├── README.md
├── LICENSE
├── pyproject.toml
├── pytest.ini
└── setup.py

License

MIT License

Repository

GitHub: https://github.com/gaderjimrs-creator/MyPythonLibrary

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

toolverse-1.2.3.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

toolverse-1.2.3-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file toolverse-1.2.3.tar.gz.

File metadata

  • Download URL: toolverse-1.2.3.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for toolverse-1.2.3.tar.gz
Algorithm Hash digest
SHA256 8f7a9e958bd323890758cdc3439f7d072376c9d08d0b907c0b107084247b78b4
MD5 274f27ffff3cc43f6e65796d96a2b116
BLAKE2b-256 6c9d105efed787e6c737b10001a4424fb3f55faa06042cd154cce96883d84b95

See more details on using hashes here.

File details

Details for the file toolverse-1.2.3-py3-none-any.whl.

File metadata

  • Download URL: toolverse-1.2.3-py3-none-any.whl
  • Upload date:
  • Size: 12.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for toolverse-1.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f3412dac8a5978ecc0695cf927db921d8ce09206c98399ddebdbfdb5495a103b
MD5 fc99583039aa265c7de2a017ea6c6779
BLAKE2b-256 6d27e4fdd8ec77d7da6128da53df989b8b063c2179612fad863b035abde22d94

See more details on using hashes here.

Supported by

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