For Windows users
- Save this CSV-Masker folder in Documents folder.
- Right-click 'main.py' found inside CSV-Masker > Properties > Copy the Location.
- Place your csv files inside to_mask folder, do not create another sub-folder inside.
- Open Command Prompt > Type 'cd <Ctrl+V to paste the copied location>' (e.g. cd C:\Users\user-name\Documents\CSV_Masking)
- Type 'python main.py' to run the program. (python needs to be installed in your system for this to work)
- Masked data will be saved in masked folder that will created automatically if not found.