Skip to content

The simplest possible cli to unzip a file. Created out of pure necessity.

Notifications You must be signed in to change notification settings

joeferraro/py-unzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-unzip

The simplest cli possible to unzip a file on a Windows machine. Created out of pure necessity.

Build status

Dependencies

  • Python 2.7

Build

pip install pyinstaller
git clone https://github.com/joeferraro/py-unzip
cd py-unzip
pyinstaller unzip.spec --one-file

Usage

unzip.exe -z c:\some\zipfile.zip -d c:\some\path

py-unzip will unzip c:\some\zipfile.zip to c:\some\path

About

The simplest possible cli to unzip a file. Created out of pure necessity.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages