Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 314 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 314 Bytes

spellchecker

Install requirements:

pip install -r requirements.txt

Run program:

main.py path/to/filename.txt 1

Filetypes supported at the moment: .txt and .pdf. If you want to change the file while checking spelling, write the "1" after path, only works for .txt at the moment