Skip to content

gkarat/ziparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ZIPARSER - unzip and sort

Python 3.x program which unzip a .zip file and then sorts its content into different folders.

For sorting procedure here is used shell's file command.

USED LIBRARIES

zipfile, sys, os, shutil, subprocess and BeautifulSoup (bs4)
P.S.: bs4 is not a built-in library. You can install it using pip install beautifulsoup4 (Linux) more about bs4: https://www.crummy.com/software/BeautifulSoup/bs4/doc/

HOW TO RUN?

  1. chmod +x ziparser.py
  2. ./ziparser [zip-file-name]

About

Python 3 unzipping program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages