py-simple-wrap is a beginner-friendly Python toolbox — simple, intuitive functions for common tasks, so you can build something fun before the syntax gets in the way.
pip install py-simple-wrap
from py_simple import make_blank_file, miles_to_km, is_valid_email
make_blank_file("notes.txt")
print(miles_to_km(26.2)) # 42.16...
print(is_valid_email("hello@example.com")) # True
Full walkthrough in QUICKSTART.md, or browse the documentation site.
## 😰 → 😎 See the difference
The traditional way
import requests
from bs4 import BeautifulSoup
try:
response = requests.get('https://github.com', timeout=10)
response.raise_for_status()
page = BeautifulSoup(response.content, 'html.parser')
title = page.title.string
except Exception as e:
print("The site is down or address is invalid.")
The py-simple-wrap way
from py_simple import get_page_title
print(get_page_title("https://github.com"))
📚 Documentation
| 20+ modules, one line each | start here — templates included | play your way through contributing |
22 modules at a glance (full detail in the module reference)
| 📂 Files | 🕰️ Dates | 🔢 Numbers |
| 📋 Lists | 🔤 Strings | ✂️ Text |
| 🔄 Converter | ✅ Validator | 🌐 Web |
| 🎨 Colors | 🔄 Flow | 📄 JSON |
| 🔍 Regex | ⚡ Async | 🔑 Dict |
| 🖼️ Images | 🧮 Math | 📊 Stats |
| 📑 CSV | 📈 Data viz | 🎮 Game |
| 🎲 Generator |
⭐ If py-simple-wrap made something easier for you
Consider giving it a star — it helps other beginners find it. And if there's a function you wish existed, fork it and add it; this project grew because other people did exactly that.
Contributing · Changelog · License
Built for beginners, grown by 30+ contributors ✨
Release files for py-simple-wrap 0.3.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| py_simple_wrap-0.3.5.tar.gz | 93.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| py_simple_wrap-0.3.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 142.5 kB
Release files / py_simple_wrap-0.3.5.tar.gz
| Download URL | py_simple_wrap-0.3.5.tar.gz |
|---|---|
| Size | 93.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b7116c43a90b39fc1f2c757a6f7e5c638e5dabdad3d03283a9ccc4e175d16ed7
|
|
BLAKE2b-256 checksum How to use checksums |
6fa562a40cd981a168234a3cf83edcecc6f105586feec8609de8f050139195e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 21, 2026.
Transparency logRelease files / py_simple_wrap-0.3.5-py3-none-any.whl
| Download URL | py_simple_wrap-0.3.5-py3-none-any.whl |
|---|---|
| Size | 49.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
489770712f03db10d80a140c37bc6414adcfdc717bc59ae8b0cf91be1bb5d4a1
|
|
BLAKE2b-256 checksum How to use checksums |
ddfa48d04e29b81ed81f97b97ff5374e6221f590cf89a9ec717b630fd67184a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 21, 2026.
Transparency log