User InterfaceΒΆ

The user interface is based on kivy and kivymd.

_images/0-nav-drawer-open.png _images/1-word.png _images/2-word.png _images/4-import.png _images/5-export.png

The project is organized as follows: Each screen of the app is defined by a screens/<screen_name>.kv file. The root widget of the screen is named <ScreenNameRoot> and implemented in the file screens/<screen_name>.py.