Home

Toga Markup Language
A markup language for the Toga Python framework. Allows you to build cross-platform GUIs in Python, but with an XML tag syntax.
Why
The Toga framework for Python is really cool. It lets you make cross-platform user interfaces that you can use with BeeWare, and I really want to learn it and use it. When I started using it, I was immediately put off by how it makes the UI. It feels like making a whole website using just the JavaScript DOM. So I had the idea to build a markup language like HTML that I could use with Toga and BeeWare to make development so much easier for myself.