Hello everyone this is a python application developed using Tkinter library, This application is made for PC environment which will run fine in windows,linux and mac PC's. As the name suggests this is an Text editor application which also includes same feature as Notepad.
Steps to install the application:
- Download "TextEditor.exe" from here (found in above files).
- Install the downloaded file.
- Go through the setup wizard and complete the installation process.
- You're all set to use the application.
Info about Tkinter:
- Tkinter is a Python binding to the Tk GUI toolkit. It is the standard Python interface to the Tk GUI toolkit, and is Python's de facto standard GUI. Tkinter is included with standard Linux, Microsoft Windows and Mac OS X installs of Python. The name Tkinter comes from Tk interface.
The .py file has been converted to .exe by using PyInstaller:
- link for steps to convert to .exe.
Some of the Snap Shots of the application are shared below
Pic 1:
Pic 2:
Pic 3:
Screen shots of other sections like status bar, find menu, edit menu and etc of the application can be found in screenshots folder(find in above files)