A Lightweight Multi-Tool Utility Library for Python.
Project description
🌐 Pixelith – A Lightweight Multi-Tool Utility Library for Python
Pixelith is a growing Python utility library that provides clean, simple and powerful tools for everyday development needs.
Currently includes an advanced translation utility powered by Google's unofficial API, and will expand with more tools.
✨ Features
- 🚀 Modular multi-tool design
- ⚡ Fast translator engine
- 🧠 Automatic language detection
- 🔧 Simple API
- 🔌 Easily extendable
📦 Installation
pip install pixelith
🚀 Quick Start
Basic Translation
import pixelith
result = pixelith.translate("tr", "en", "selam dünya")
print(result)
🧠 Advanced Usage (Translator Class)
from pixelith import Translator
t = Translator()
translated, detected = t.translate("auto", "en", "Merhaba, nasılsın?")
print("Translated:", translated)
print("Detected:", detected)
© License
MIT License — free to use, modify, and distribute.
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 pixelith-1.0.0.tar.gz.
File metadata
- Download URL: pixelith-1.0.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0b15c7bc640acb12b408254a6cd6135be16b0eb589b0571be4dbe98b4be6bc9
|
|
| MD5 |
7988a4c7bf4566de3ba003398b838ebe
|
|
| BLAKE2b-256 |
143b556babdfd92c5449c32003bd487ae83d7e2cf94cc18b070a977d3c700074
|
File details
Details for the file pixelith-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pixelith-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9aba47522149ea09ab7af41d9621f77da8c08778f21202d80cdd76fa6f0993bd
|
|
| MD5 |
4bec81775b90bc96c7ec51ca5eab7c36
|
|
| BLAKE2b-256 |
ce09287aa76bfd484ead6261faf83cee94b37bd860d28deb9e28fd9d0ad1bb73
|