An open API service indexing awesome lists of open source software.

https://github.com/squidkid-deluxe/pysite

A python module that creates HTML using function calls
https://github.com/squidkid-deluxe/pysite

html python3

Last synced: 3 months ago
JSON representation

A python module that creates HTML using function calls

Awesome Lists containing this project

README

        

# Pysite module

A module that uses python definitions to write simple HTML and CSS script out of settings the user specifies.

This module handles paragraphs, 6 different headers, links, divisions, and images.

To create a complete HTML webpage, first call the `clear()` function to clear the HTML file,

then, create a CSS using the `css()` function and entering the desired colors,

finally, add the content to your webpage by using the paragraph, header, link, division, and image functions.