Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 1.5 KB

readme.md

File metadata and controls

52 lines (44 loc) · 1.5 KB

Introducing New Samarth's Project - Text Editor



💡 This is a Multi-Functioning Text Editor, a Basic Project in Python 💡

➡️ Features are:-

  • file menu

  • edit menu

  • color menu

  • open file

  • save file

  • save as file

  • cut text

  • copy text

  • paste text

  • undo text

  • redo text

  • undo button

  • redo button

  • bold text

  • bold button

  • italic text

  • italic button

  • color selected text

  • color all text

  • change background color

  • print file

  • select all

  • clear all

  • horizontal scroll

  • vertical scroll


⚒️ Python Module Used Here:-

  • Tkinter

  • Win32api

  • Tkinter filedialog

  • Tkinter font

  • Tkinter colorchooser