A framework that let’s you compose websites in Python with ease

Perry <= A framework that let’s you compose websites in Python with ease!

Perry works similar to Qt and Flutter, allowing you to create component collections.
Say you want to create a div with some text and an image. To do that you’d first need to create the page:

from Perry import component, pageView, serve, Composite

Let’s break it down:

  • Component – A given element that can be added anywhere on the page
  • pageView – Creates a page with a route for us, we can load styles, JS and other things into it by using the ‘styles’ argument
  • Serve – A Flask based

     

     

     

    To finish reading, please visit source site