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.2.tar.gz (12.3 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.2-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: toolverse-1.2.2.tar.gz
  • Upload date:
  • Size: 12.3 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.2.tar.gz
Algorithm Hash digest
SHA256 dfa288d3423e7241c32f149cb2d634ee1107fad2ce114db7a46d58dc2919fb7a
MD5 b2e009949deb359b4ffedd88c60a978c
BLAKE2b-256 206c3a1d713e849e7218244d226add32da47ef117e962ca0310f15119c827c7e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: toolverse-1.2.2-py3-none-any.whl
  • Upload date:
  • Size: 12.2 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 06abf347c0c957c4530ecd77cbe336ff3e6deb82261e9f1cf7e06775499375e0
MD5 8097983f66d830302e81fc98f59de98d
BLAKE2b-256 48eb80322dfe0e1d163668410098eb4444d989fa3e41a0c85225cc70adc2635c

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