You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Personal Assistant built using python libraries. It does almost anything which includes sending emails, Optical Text Recognition, Dynamic News Reporting at any time with API integration, Todo list generator, Opens any website with just a voice command, Plays Music, Wikipedia searching, Dictionary with Intelligent Sensing i.e. auto spell checking…
This Python-based tool allows for efficient comparison of two or more PDF documents, highlighting the differences between them. It extracts and compares the words in the PDFs, ignoring whitespace differences, and highlights the changed, added, or missing words.
A Python GUI tool for visualizing differences between directories and files. Features side-by-side comparison with color-coded changes, directory structure visualization, and multi-format file support (PDF, TXT, DOCX). Built with Tkinter and difflib for intuitive file and folder comparison.
A simple and efficient spelling correction system that uses Python's rapidfuzz library to find and correct misspelled sentences by matching them with the closest correct ones from a given dataset.
English dictionary application. Written in Python and uses English dictionary JSON files by default. The JSON files can be changed any time in the application.