v1.0 Simple list comparison (CLI & GUI)
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 ";" -