Tier: 3-Advance
Write a graphic program that works as a text editor. You can use libraries like PyQt, tkinter, etc. for this. In this program, you must have the ability to write in a text file and save that file in the system
- User can open a text file or even files with .py format and... and save them again in the same file or in a new file after editing.
Try not to view this until you've developed your own solution: