Skip to content

luperr/SimpleEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleEditor

Simple Editor is designed to be a basic text file editor. It was initially design as part of a university assignement and will continue to be developed. The major goals of the project are to have a real world project to learn python.

Installation

requirement

python3 and tkintern

arch:

sudo pacman -S python3 tk

deb:

sudo apt-get install python3 python3-tk

Clone the repo:

git clone git:https://github.com/luperr/SimpleEditor.git

make SimpleEditor.py executable

chmod +x SimpleEditor.py

Finally to run the editor

python3 SimpleEditor.py

About

An extremely simple text editor I made in my first python course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages