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.1.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.1-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: toolverse-1.2.1.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.1.tar.gz
Algorithm Hash digest
SHA256 47addfd653dab16bd61ac88c57689969a2862b952d6e6b10f4ba37422ddbe797
MD5 321c186c1cdbf26ff152a5431f0a6692
BLAKE2b-256 0b0c650b1614a27166f13cd411d2a650147bc34d1ead46865c8d177e9285f20a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: toolverse-1.2.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3bdbc50be4b413694ce7b92d4ba62c2ea37b678c317c97e0e91a13ddb80d72ee
MD5 96fcc05552df6e87088f74bbc0596190
BLAKE2b-256 bdf84b87ca8c7e2378a3a8e8dc4c62cacf8eb10f8b9630966af4bb809aba5a4b

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