We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707440a commit 147cf66Copy full SHA for 147cf66
PYTHON APPS/Spelling Corrector/README.md
@@ -0,0 +1,10 @@
1
+A simple and fun spelling corrector app made with tkinter python.
2
+
3
+## Requirements / Dependencies
4
+- Python version 3.7 or higher. If you don't have python installed, go to this [website](https://www.python.org/) here.
5
+- textblob. Install it by typing this command in your terminal `pip install textblob`
6
+- Download the images attached and configure the correct path from your PC.
7
8
+## A snippet
9
10
+<img width="376" alt="Screenshot 2022-10-04 073723" src="https://user-images.githubusercontent.com/106478752/193723668-8cdcd910-7c8d-42a8-b0eb-b9bbaad2d9e2.png">
0 commit comments