ui¶
Note
WIP
cli¶
CLI (command line interface) is the most basic (and robust) way to interact with the application.
this part is the fundamental part of the application and should be implemented first. And both tui and gui should be built on top of this.
tui (optional)¶
tui might be a good option for users who prefer a more interactive interface than the CLI.
gui¶
GUI (graphical user interface) is the most user-friendly way to interact with the application.