⚡Quickstart · 📦Modules · 🆘Support · 🚀Contributing · 🌟Contributors · 📜Changelog · 🔒Security · 🌱Code of Conduct · ⚖️License
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.
Modules at a glance
| 📂 |
🕰️ |
🔢 |
📋 |
🔤 |
✂️ |
🔄 |
✅ |
🌐 |
🎨 |
| 🔄 |
📄 |
🔍 |
⚡ |
🔑 |
🖼️ |
🧮 |
📊 |
📑 |
📈 |
| 🎮 |
🎲 |
🗜️ |
❔ |
🔀 |
⚙️ |
||||
Legend:
🟦 Files & data |
🟩 Text & validation |
🟨 Numbers & math |
🟧 Time & control flow |
🟪 Web & visuals |
🟥 Fun & generators |
Documentation
HOME PAGE
📃 Docs |
|||
|---|---|---|---|
| More detailed overview of all modules, links to documentation and tutorials, in other words everything you need to get started | Here you will find everything you need! From references through module tutorials all the way to contributor tutorials! | templates for contributors. This project is meant to help everyone learn and grow, including beginner contributors. The goal is to try to help everyone succeed on there journey with py-simple-wrap and python as a whole. | This is a gamified hub for contributors. You can participate in challenges, earn achievements, join a guild (or two). Search through open issues faster and check your progress in the leaderboard. This is meant to make contributing more fun! |
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"))
⭐ 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.
📢 Got 2 minutes? Help shape what's next
Whether you've used one function or ten, your feedback decides what gets built next. Take the 2-minute survey →
Contributing · Changelog · License
Built for beginners, grown by 30+ contributors ✨
Release files for py-simple-wrap 0.4.1
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.4.1.tar.gz | 109.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| py_simple_wrap-0.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 168.4 kB
Release files / py_simple_wrap-0.4.1.tar.gz
| Download URL | py_simple_wrap-0.4.1.tar.gz |
|---|---|
| Size | 109.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
53e2fde4255bf03b08cdf2af897cf54a4769afd0cb67fe21af587d23fb22eea3
|
|
BLAKE2b-256 checksum How to use checksums |
51c34ba6da98bbdf6d553b765d842e506f97dff852b84190295cdbf77ada998d
|
| 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 31, 2026.
Transparency logRelease files / py_simple_wrap-0.4.1-py3-none-any.whl
| Download URL | py_simple_wrap-0.4.1-py3-none-any.whl |
|---|---|
| Size | 59.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3313a2b1229c16f4e889f451928fb94d85f779f2d277057ba2596c2fb1cf86b4
|
|
BLAKE2b-256 checksum How to use checksums |
2a7354ff732ae4a581285dd1e24b7df368b57a8c98ff88d78f5e38d28a6e738b
|
| 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 31, 2026.
Transparency log