Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 288 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 288 Bytes

Zip File Extractor Using Python

Why I make Zip File

To make the work of the company convenient

Using Library

  • sys
  • os
  • PyQt5
  • pyqt5-tools
  • zipfile
  • tkinter
Using PyQt5 for Python GUI
Using tkinter for File Selector
Using zipfile for extract zip file