Bionic is Python Framework for crafting beautiful, fast user experiences for web and is free and open source.
Fast results
đ
Bionic is fast. It's powered core python without any extra dependencies. Bionic offers stateful hot reload, allowing you to make changes to your code and see the results instantly without restarting your app or losing its state.
Getting Started
âĄ
documentation
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Installation
đĽ
$ pip install bionic.web
Crafting new projct
đˇ
$ Bionic.py create hello_world
happy coding