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
- Host: GitHub
- URL: https://github.com/squidkid-deluxe/pysite
- Owner: squidKid-deluxe
- Created: 2020-04-03T23:14:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T23:15:22.000Z (about 5 years ago)
- Last Synced: 2025-01-14T11:02:27.665Z (4 months ago)
- Topics: html, python3
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.