brython-project-template

What is it?

This template contains the following characteristics that are likely useful when starting a new Brython-powered project.

How to use?

You can use this repo as a template to start your own project.

  1. Your options are:
  2. Run python3 -m http.server to start a web server, and then visit http://localhost:8000 to see it in action.

That is all. Once you are familiar with this project’s structure, you can modify it by changing the content inside <div id="main" ...>...</div> from index.html and content inside main.py.