Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aryan29/week3 #20

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions Week-3/aryan29/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Tkinter-Text Editor
This is a simple GUI Text Editor made be using tkinter in Python

# Usage
```python
python main.py
```
just run this line in your terminal to get it started

# Features
It Includes Various Features:-

* Basic Commands like New,Open,Save,Save As for Opening Various Files
* Options like Cut,Copy,Paste,Undo,Redo and Select All
* Options like Finding and Replacing Text
* Line Number and Word Count Features
* Changing Font Size, Google Speak and Spell Checker is also Avilable
* Various Attractive Themes(Blacko,Whity and Gyona)
* On Typing Spell Checker

# Screenshots
Basic UI:-
![](images/1.png)

Blacko Theme
![](images/2.png)

Whity Theme
![](images/3.png)

Gyona Theme
![](images/4.png)

Spell Checker at Work
![](images/5.png)

Example Popup Find Window
![](images/6.png)


# Todos
##### All these features are coming soon

* Adding Font Style Change
* Directly Send your file to your Email or Google Drive With Single Click
* ~~On Typing Spell Checker~~
* Speech to Text Writer
* Increase the number of Themes Avilable
* Improving Find and Relace Options
* Syntax Highlighting For Different Languages
* Changing It to Executable File
Binary file added Week-3/aryan29/images/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Week-3/aryan29/images/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Week-3/aryan29/images/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Week-3/aryan29/images/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Week-3/aryan29/images/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Week-3/aryan29/images/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading