Simple-Todo-List-GUI Simple todo list GUI app using SQL database What it can do ? Add an entry to the todo list Remove an entry to the todo list Show the todo list Save data when you close the app Library used : egui : for GUI rusqlite : for SQL database