Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 652 Bytes

File metadata and controls

19 lines (10 loc) · 652 Bytes

Text Editor

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

Bonus features

  • 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.

Useful links and resources

Example projects

Try not to view this until you've developed your own solution: