# Rationale A GUI will make the rover easier to operate. # Required Actions - [ ] Implement a GUI in C++ or Python Some ideas: - Web interface with [Django](https://www.djangoproject.com), [Flask](https://flask.palletsprojects.com) - [Qt library](https://doc.qt.io/qt.html) - [Python tkinter GUI library](https://docs.python.org/3/library/tkinter.html)
Rationale
A GUI will make the rover easier to operate.
Required Actions
Some ideas: