Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 572 Bytes

File metadata and controls

10 lines (8 loc) · 572 Bytes

workwork

Decrypt a .csv file from mbox

Required Libraries: unicodecsv for .py program

For .exe files makes sure you have all the dependent libraries then follow the below steps:

  1. for python exe file, use pip to install pyinstaller. Go to the directory of where you placed the code using command prompt. execute "pyinstaller -F mbox-to-csv.py" you should get 2 folders, select the folder named "dist" and you should have the python exe file in there.
  2. for cpp file, just run it using your compiler. you should be provided with a .exe file in the project directory.