Python Forum
A python library to create html (domonic) - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: A python library to create html (domonic) (/thread-36126.html)



A python library to create html (domonic) - domonic - Jan-18-2022

Hi there, nice place. I tried to join last year but it wouldn't let me.

I've been working on a pure python dom in my spare time for learning and prototyping with called domonic.

It helps you create html with python easily...

https://github.com/byteface/domonic

If you'd like to get involved feel free to fork and send pull requests. Any feedback is appreciated.

you can install it with...

pip install domonic