Skip to content

A web app for comparing text files. It can be used to compare the new document file with old document file. It also highlights.

Notifications You must be signed in to change notification settings

amnindersingh12/Comparar-texto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web app to compare text files online

Run the following commands in terminal to run the app :-

  1. python3 -m venv env (Creating environment)
  2. source env/bin/activate
  3. pip3 install -r requirements.txt
  4. flask run

About

A web app for comparing text files. It can be used to compare the new document file with old document file. It also highlights.

Resources

Stars

Watchers

Forks

Releases

No releases published