Harshit2012 / TextTracker

File monitoring app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

File monitoring app

License:MIT License


Languages

Language:Python 100.0%