KRohancoder / CodeClause_TextEditor_Task2

Text editor in Python using tkinter GUI toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeClause_TextEditor_Task2

Text editor in Python using tkinter GUI toolkit. this is allowcated project by Codeclause

Author: Rohan Kadam

Github: https://github.com/KRohancoder

Discription πŸ“€

Text Editor: In Tkinter, Text Editor is the widget used for getting user inputs or for users to write their response as text. Some applications of text editors are: notepad, word pad etc. Tkinter also have Text editor widget that we can use in our application to enhance or to expand its functionality.Python provides vast number of libraries for GUI application development. Tkinter is the widely used library for GUI application development. Using Tkinter library of python which carries large numbers of widgets, we can easily create Graphical User Interface for our application.

Project Difficulty level πŸ₯‡

Beginner

Programming Language 🐍

Python

Domain πŸ₯

Application

Tools πŸ› 

This project requires that you have Python installed. Download it here.

It also requires the following Python packages, which can be installed via pip:

tkinter==8.6

Then run it by double clicking on text_editor.py!

Features !

  • Various themes are available.
  • All required font styles and colours.
  • Copy and paste text
  • Save Easily in txt format

Editor's Interface Screenshot

Screenshot

=======================================================================

πŸ“Œ Opensource Programs

Screenshot

=======================================================================

Contributing

Pull requests are welcome. If someone wants to contribute to this project can fork and add the Functionalities Or enhance the GUI.

Happy Contribution ✨

About

Text editor in Python using tkinter GUI toolkit