Skip to content

yftzeng/WowPyUnzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Wow! Python Unzip (WowPyUnzip)

The project is mainly on extract Chinese/Japsnse/Korean(CJK) zip files.

In some linux distributions, such as Fedora/Ubuntu, there are few softwares can extract CJK filename correctly. I have tried unzip, peazip and 7z-zip, but nothing helps. In CJK communicity, many people suggest to patch unzip project with unzpriv.h. The method is hard for newbie, and the most important is even patched it still doesn't work.

That is why I develop myself tool, for easy, simple and correct. Try it, and have fun.

Usage

  1. Normal usage

     python unzip.py file.zip
    
  2. Extract zip file with password

     python unzip.py -p password
    
  3. Default encoding is Traditional Chinese(cp950). For Simplified Chinese(cp936), assign 'cp936' to '-e'

     python unzip.py -e cp936 -p password
    

Required

  • Python 2.6+

Author

Yi-Feng, Tzeng (ant)

yftzeng AT gmail.com

License

MIT License

Link

OpenFoundry

GitHub

About

Correct unzip file for Chinese/Japanse/Korean in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages