A Swiss Army knife for developers with text summarization, ASCII art, task automation, math tools, and error handling.
Project description
PyToolMaster
🚀 The Ultimate Developer's Swiss Army Knife
PyToolMaster combines five powerful utilities into one sleek package, saving you time and effort.
🔧 Features
-
📝 TextSummarizr — Smart Text Summarization
- Quickly extract key points from long articles, blogs, or research papers.
-
🖼️ ImageifyCLI — ASCII Art from Images
- Transform any image into beautiful ASCII art with color and emoji support.
-
⚙️ TaskFlow — Lightweight Task Automation
- Schedule tasks with an intuitive, human-readable syntax.
-
📐 BrainyMath — Advanced Math Toolkit
- Solve algebra, calculus, and more — complete with interactive plotting.
-
🐛 ErrorHandlerPro — Enhanced Error Tracing
- Provides clear, actionable error reports with smart troubleshooting suggestions.
🛠️ Installation
Install PyToolMaster effortlessly with pip:
pip install PyToolMaster
🚀 Usage
📝 TextSummarizr — Summarize Text Quickly
from pytoolmaster import TextSummarizr
text = """The quick brown fox jumps over the lazy dog. This sentence contains all letters of the alphabet."""
summarizer = TextSummarizr()
print(summarizer.summarize(text))
🖼️ ImageifyCLI — Turn Images into ASCII Art
python -m pytoolmaster.imageify path/to/image.jpg
⚙️ TaskFlow — Automate Repetitive Tasks
from pytoolmaster import TaskFlow
TaskFlow("backup").every("1h").run("backup_script.py")
📐 BrainyMath — Advanced Math Computations
from pytoolmaster import BrainyMath
print(BrainyMath.solve("x^2 - 4 = 0"))
🐛 ErrorHandlerPro — Smarter Error Handling
from pytoolmaster import ErrorHandlerPro
try:
1 / 0
except Exception as e:
ErrorHandlerPro.report(e)
🔥 Why Choose PyToolMaster?
- 🎯 All-in-one utility — Save time switching between different tools.
- ⚡ Fast and lightweight — Minimal dependencies, optimized for performance.
- 💪 Customizable — Each module is standalone, so you only import what you need.
🧪 Running Tests
Ensure everything works smoothly:
python -m unittest discover tests
🧠 Contributing
We welcome contributions! To get started:
- Fork the repository
- Create a new branch (
git checkout -b feature/new-feature) - Commit your changes (
git commit -m 'Add new feature') - Push to the branch (
git push origin feature/new-feature) - Open a Pull Request
📜 License
This project is licensed under the MIT License. See the LICENSE file for details.
👨💻 Author
Shiboshree Roy
- Email: shiboshreeroy169@gmail.com
- GitHub: ShiboshreeRoy
✨ Empower your development workflow with PyToolMaster!
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytoolmaster-1.0.0.tar.gz.
File metadata
- Download URL: pytoolmaster-1.0.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6792a07a76918502bddef72810c46b61f860b4c4516eb3037e03c43d3eaa628e
|
|
| MD5 |
1eb8588025ae3322512aa8c0a00ae49d
|
|
| BLAKE2b-256 |
bec5544e3bcc7058f6fdebdad2b975e577770c602a1b77bf87695caec09db79b
|
File details
Details for the file pytoolmaster-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pytoolmaster-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a389bb8086a7474c361fe41aae4569bc919d2198d723863e64d95e2983024dbd
|
|
| MD5 |
f8b349222c7852860923d972742f6002
|
|
| BLAKE2b-256 |
103a2ccab94f53eb5f9e44d1854fc6fcbc197d36372f71baf1653b7c8060c2e0
|