Skip to content

Donal-Breen-05/text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text editor made in python

A small program to create a text editor in python with a GUI

  • the program relies on a python library called Tkinter for the bulk of the GUI
  • can be use to edit files of any extension
  • opens & closes files
  • can save files to device
  • option betwwen light and dark mode

file dialouge

file i made use of the "filedialouge" library which is part of tkinter to allow me to prompt the user where to save / open files

open

open

  • prompts the user to be able to open previously written files or projects
  • it opens the project in the current window

save

save

  • allows the user to save their work

close

close

  • if the user hasnt saved the program will ask if the user wants to quit without saving

light mode

light

  • default mode is light mode but there is a button to allow the user to change it

dark mode

dark

  • when the light mode button is pressed the theme changes to dark and can be pressed again to change back

About

A small program to create a text editor in python with a GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages