This is a simple text editor created using Tkinter in Python. The editor provides basic functionalities like saving the text to a file and changing the font style.
- Text Saving: Save the content of the text editor to a file using the "Save" button.
- Font Styles: Change the font style between "Courier" and "Helvetica" from the Font menu.
-
Requirements: Ensure you have Python installed on your system.
-
Run the Application:
python text_editor.py- Use the Text Editor:
- Enter or paste text into the editor.
- Click the "Save" button to save the text to a file.
- Choose between "Courier" and "Helvetica" font styles from the Font menu.
These projects were made as part of practice by Guru Saran Satsangi in 2022.
-
Ownership: This project is the sole creation and property of Guru Saran Satsangi.
-
License:
- Permission is hereby granted to any person obtaining a copy of this software to use, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software.
- The software is provided "as is," without warranty of any kind, express or implied.
- In no event shall Guru Saran Satsangi be liable for any claim, damages, or other liability arising from, out of, or in connection with the software or the use or other dealings in the software.
- Attribution:
- Users of this software are required to provide attribution to Guru Saran Satsangi.
© 2022 Guru Saran Satsangi. All rights reserved.