Skip to content

Shazmaan/workwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Decrypt a .csv file from mbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published