Skip to content

akionsight/Zip_File_Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zip_File_Extractor

A Simple GUI based Zip_File_Extractor.

Installing Dependencies

install dependencies using the following command

pip3 install -r Zip_File_Extractor/requirements.txt

Using the API

  1. import the file
from Zip_File_Extractor import zip_file_extractor
  1. then call the function
zip_file_extractor.extract_file(file_path, output_folder_path=None) 
  1. Now the file will be extracted in the output_folder_path. if the output_folder_path is not specified then the file will be stored in the directory of the .zip file

  2. DONE

Using the GUI

  1. run the GUI
  2. give the file path
  3. the file will be extracted
  4. DONE

About

A Simple GUI based Zip_File_Extractor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages