Skip to content

Compare tables, grids, 2D arrays of data side by side in a web browser

Notifications You must be signed in to change notification settings

neven7/table_differ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

table_differ

What it is

Compare tables, grids, 2D arrays of data side by side in your web browser

Installation

Windows

virtualenv venv-table_differ

  • Activate the virtual environment

  • Download the dependencies into the virtual environment using pip (do this from the same shell window you activated the virtual environment from)

pip install -r requirements.txt

  • Initialize the ORM/sqlite database. This will create a file named "table_differ.db". Whenever you want a clean slate, delete this file and run the command again.

python db_init.py

  • Run the server

python new_server.py

About

Compare tables, grids, 2D arrays of data side by side in a web browser

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.2%
  • Python 13.3%
  • HTML 7.3%
  • CSS 3.2%