Project Brief
Your task for today is to build a desktop GUI app that serves as a data entry tool.
The program should look similar to the following:
The user should be able to type in some text and submit it by pressing the button or the Enter key. The program should then add the text in a new cell in an existing CSV file.
The solution down below uses the PyQt6 GUI library but you can use any library of your choice.