Skip to content

Ixonblitz-MatOS/PyperText

Repository files navigation

html

python html writer with CSS and custom JS support

USE:
from PyperText.html import Script
from PyperText.htmlButton import Button
#from PyperText.html{WIDGET} import WIDGET; ex from PyperText.htmlEntry import Entry; variations shared in file
myScript=Script("myfile.html")
myButton=Button()
myButton.setText("This is a button")
myScript.addWidget(myButton)
myScript.createAndWrite()

About

python html writer with CSS and custom JS support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages