Skip to main content

Quickstart · 📦Modules · 🆘Support · 🚀Contributing · 🌟Contributors · 📜Changelog · 🔒Security · 🌱Code of Conduct · ⚖️License

py-simple-wrap

Making Python feel like plain English.

PyPI Tests Contributors PyPI Downloads License Discord


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

📂 Files 🕰️ Dates 🔢 Numbers 📋 Lists 🔤 Strings ✂️ Text 🔄 Converter Validator 🌐 Web 🎨 Colors
🔄 Flow 📄 JSON 🔍 Regex Async 🔑 Dict 🖼️ Images 🧮 Math 📊 Stats 📑 CSV 📈 Data viz
🎮 Game 🎲 Generator 🗜️ Archive SQL 🔀 Random ⚙️ Config 🤖 AI 🪵 Logging

Legend:

🟦 Files & data 🟩 Text & validation 🟨 Numbers & math 🟧 Time & control flow 🟪 Web & visuals 🟥 Fun & generators 🟫 AI

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"))

📣 Share what you build

Made something with py-simple-wrap? Post about it and tag #py-simple-wrap. I'd love to see it!

⭐ 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 50+ contributors ✨

Release files for py-simple-wrap 0.6.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for py-simple-wrap 0.6.1
File Size Uploaded
py_simple_wrap-0.6.1.tar.gz 140.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for py-simple-wrap 0.6.1
File Interpreter ABI Platform
py_simple_wrap-0.6.1-py3-none-any.whl Python 3 none any Details

Total release size: 216.0 kB

Release files / py_simple_wrap-0.6.1.tar.gz

Download URL py_simple_wrap-0.6.1.tar.gz
Size 140.2 kB
Tags Source
SHA-256 checksum
How to use checksums
f702587e899bd8103859096b098811d8de65586d7574db780390e40950ab535b
BLAKE2b-256 checksum
How to use checksums
5952b57aaebff4d0ac9f719af4ac3696819e73cf11ec41920a3c04ca3c0feff7
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 Sep 17, 2026.

Transparency log

Release files / py_simple_wrap-0.6.1-py3-none-any.whl

Download URL py_simple_wrap-0.6.1-py3-none-any.whl
Size 75.8 kB
Tags Python 3
SHA-256 checksum
How to use checksums
95f25b13d2a9e48c914f0e6f19348aaa60090fe331789197001a881d9552014b
BLAKE2b-256 checksum
How to use checksums
56ce76a55e1a8eb4f9886c51f9c868d738f4331d2ab23e8564b4649dfc02347c
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 Sep 17, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.6.1 This release

2 release files

0.6.0

2 release files

0.5.0

2 release files

0.4.1

2 release files

0.4.0

2 release files

0.3.5

2 release files

0.3.4

2 release files

0.3.3

2 release files

0.3.2

2 release files

0.3.1

2 release files

0.3.0

2 release files

0.2.0

2 release files

0.1.4

2 release files

0.1.3

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page