A Simple GUI based Zip_File_Extractor.
install dependencies using the following command
pip3 install -r Zip_File_Extractor/requirements.txt
- import the file
from Zip_File_Extractor import zip_file_extractor
- then call the function
zip_file_extractor.extract_file(file_path, output_folder_path=None)
-
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
-
DONE
- run the GUI
- give the file path
- the file will be extracted
- DONE