Skip to content

This basic text editor was written in an hour, and can only read and write files of any kind

Notifications You must be signed in to change notification settings

vivek3141/TextEditor

Repository files navigation

Text Editor

This basic text editor was written in an hour, and can only read and write files of any kind. Run main_mod.py to run the program.

Files

  • .ui files - .xml files containing the UI.
  • *_auto.py files - Contains .ui files converted to .ui files
  • main_mod.py - Main UI that opens other files
  • open_mod.py - Program that opens the files
  • save_mod.py - Program that saves the files.

Prerequisites

How it was made

It was easily constructed using the open() command in python and Object Oriented Programming.

Future Ideas

  • Adding keyword highlighting, like highlighting for in .py files
  • Adding support for multiple files at once.

About

This basic text editor was written in an hour, and can only read and write files of any kind

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published