SumedhaZaware / Notepad

Notepad using Python programming language and Tkinter for Graphical user interface(GUI).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notepad

In this project💻, I have developed a Notepad📝 using Python programming language and Tkinter for Graphical user interface(GUI).

Some features included are:

  • Open new file📂 (allows the user to open new untitled .txt file)
  • Cut✂️ (Allows the user to cut the selected content)
  • Copy✂️ (Allows the user to copy the selected content)
  • Paste📋 (Allows the user to paste the content which is cut or copied)
  • Save💾 (Allows the user to save the .txt file in the same directory)

The below screenshots will provide you glimpse about the project.

About

Notepad using Python programming language and Tkinter for Graphical user interface(GUI).


Languages

Language:Python 100.0%