pyfronter
pyfronter is a modern, Python-based frontend framework designed to simplify web development. With a focus on modularity and ease of use, pyfronter helps developers build scalable and maintainable web applications quickly.
Features
- User-Friendly: Simple APIs and clear documentation make getting started easy.
- Modular Structure: Organize your code with reusable components.
- Extensible: Easily add plugins and extensions to enhance functionality.
- Performance-Oriented: Optimized for fast load times and efficient rendering.
- Active Development: Regular updates and improvements planned.
Installation
pip install pyfronter
Usage
Start building your frontend by pyfronter:
from pyfronter import Html,run
html = Html()
page1 = html.html(
html.div(
html.h1("Hello wolrd").style(color = "red")
).style(background_color = "black")
)
run(page1)
Documentation
Full documentation will be available soon. For now
Coming Soon
An exciting update is coming soon! Stay tuned for new features, improved documentation, and more examples.
Ā© 2024 pyfronter Project