Skip to content

FelicityBlue/Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Text Editor

This is a simple text editor built with Python and Tkinter. It allows users to create, open, save, and edit text files with customizable font styles, sizes, and colors. The editor also includes basic text editing features such as copy, cut, paste, undo, and redo. Additionally, it provides different color modes for a personalized user interface.

Features**

File Operations:

- New file creation
- Open existing files
- Save current file

Text Editing:

- Cut, Copy, Paste
- Undo and Redo (placeholders for functionality)

Font Customization:

- Change font style, size, and color
- Font color picker

Themes:

- Light mode
- Dark mode
- Bee mode (Yellow theme)
- Barbie mode (Hot pink theme)

Scroll Bar for easy navigation in larger files.

Notes

The undo and redo functions are placeholders and currently do not perform any actions in this version of the program.

To change the color mode, select an option under the Palette menu (light, dark, bee, or barbie).

File saving is currently done in plain text format.

License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages