Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

rxnen/pywig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyWig

Note from me four years later: I made this project and wrote this documentation when I was in 8th grade. Please excuse any odd code, horrible grammar, and dumb middle-schooler behavior.

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

About

Easy-to-use Python package made to help coders create bulk HTML documents or simple webpages in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages