Skip to content

Harshit2012/TextTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TextTracker

File monitoring app

MIT License GitHub Release Forks Stars

Features

  • Easy to use
  • Show the graph of changes
  • Show spelling mistakes

Technologies Used

Python

To install libraries

Tkinter

pip install tkinter

Matplotlib

pip instal matplotlib

Spellchecker

pip install spellchecker

Watchdog

pip install watchdog

To run

python texttracker.py

How to use?

  1. Enter the path then, click on start monitoring.
  2. If there is changes in file it show the what is changed and if there is spelling mistakes it show the mistakes.
  3. Click on stop monitoring to stop the monitoring.

Contribution

Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or create a pull request.

License

This repository is licensed under MIT License