Skip to content

Editor de texto sencillo escrito en Python utilizando la libreria Tkinter.

Notifications You must be signed in to change notification settings

amezolaMartin/text_editor_tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Text Editor using Python

This text editor was made following @s4vitar's online course "Python Ofensivo" on his Hack4u Academy (Hack4u.io).

Requirements

This was coded on Python 3.12.1 so you might have problems if your version is too old. Nothing more is needed.

Functions

The main file is editor_texto.py.

In order to run this file open your terminal and run python .\editor_texto.py It has four functions:

  • Nuevo: Clears the text area in order to write a new file.
  • Abrir: Shows File Manager for the user to choose a file, and opens it in the text editor.
  • Guardar: Opens the File Manager for the user to choose a directory and filename to save the content of the text area.
  • Salir: Exits the Simple Text Editor.

There's another function that says "Ayuda", but that hasn't been implemented yet :)

About

Editor de texto sencillo escrito en Python utilizando la libreria Tkinter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages