A Python package made to create HTML files and web pages seamlessly.
Project description
PyWig
Welcome to PyWig, a Python library that helps you build HTML webpages saemlessly. PyWig stands for Python Webpage Interactive Generator. This package allows you to set headers, text, links, lists, and more. Learn more about PyWig and how you can use it in our documentation.
Install The Package
pip install pywig
Examples
Import Py2HTML:
from pywig import webpage
Define your Builder:
builder = PyWig()
Create Your Page:
builder.create(title="Your webpage title")
After following these three steps, you are free to do anything you want with your webpage! Remember to save your file when you are done:
builder.save(filename="sample.html")
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 pywig-0.0.5.tar.gz.
File metadata
- Download URL: pywig-0.0.5.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
190d719c802ef00c56a6f93d55f72316f60b554e5ce78defc39f763ec72eb9ae
|
|
| MD5 |
38883bc271798cdded1961de76b70495
|
|
| BLAKE2b-256 |
5afc51c82b937192ab4b5a67eb4d9af2cf6116e85fffe405eaf24f87610b567a
|
File details
Details for the file pywig-0.0.5-py3-none-any.whl.
File metadata
- Download URL: pywig-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed7ad09f804965d85e9a6f875e2602c1c8e15048878bde726ee4cca71725baf9
|
|
| MD5 |
d2cd14b1fc134299a95e794296ddd6c9
|
|
| BLAKE2b-256 |
a7360d1668ee12cdddd02b4f6e596d32781038cbf2843be672622ad1798c5c78
|