Skip to content

v1.0 Simple list comparison (CLI & GUI)

Compare
Choose a tag to compare
@metalbobinou metalbobinou released this 02 Aug 23:30
· 46 commits to main since this release
a7fec16

The CLI has been corrected to offer the same functionalities as the GUI.

You can now compare 2 CSV in the terminal and redirect the output in a file, or directly give a file name.

  • To launch the GUI version, just call python with GUI.py :

python src/GUI.py

  • To launch the CLI version, call python with CLI.py and give the required arguments :

python src/CLI.py file1.csv ";" 1 file2.csv ";" 1 INTERSECTION ";" output.csv

  • or for printing in the terminal :

python src/CLI.py file1.csv ";" 1 file2.csv ";" 1 INTERSECTION ";"

python src/CLI.py file1.csv ";" 1 file2.csv ";" 1 INTERSECTION ";" -