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

No packages published