Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 847 Bytes

File metadata and controls

44 lines (31 loc) · 847 Bytes

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