Skip to content

aasthabonkinpillewar/autocorrect-tool-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Autocorrect Tool in Python

A simple Python-based autocorrect tool to enhance typing accuracy using the pyspellchecker library.

πŸš€ Features

βœ… Takes user input sentences
βœ… Checks for misspelled words
βœ… Suggests and replaces with the closest correct words
βœ… Tested using Google Colab, beginner-friendly

πŸ“Œ How to Run

1️⃣ Open in Google Colab or your local Python environment.
2️⃣ Install required library:

!pip install pyspellchecker

3️⃣ Run the notebook or Python file.
4️⃣ Enter a sentence and get the corrected output.

πŸ’» Example

Input:

Ths is a smple sentnce.

Output:

This is a simple sentence.

πŸ› οΈ Tech Used

  • Python
  • PySpellChecker
  • Google Colab

⭐ Author

About

A simple Python-based autocorrect tool to enhance typing accuracy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors