Skip to content

A simple program that zips and unzips directories to one file.

Notifications You must be signed in to change notification settings

J3ldo/Folder-Zipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Folder-Zipper

Folder zipper is a program that converts all items in a directory to one file that's about the same size.
The program also has the ability to unzip the file.

What it can do

  • Zip directories
  • Unzip directories
  • Make directories easy to send to others.

How to use

Zipping

First you open the main.py file and select number 1 (zip).
After that it will ask you for the location of the directory that you want to zip.
Now you just wait and after some time it will be done. Now you can just open the out.zipt file and rename it to any name you want.

This file can be unzipped with number 2 (unpacking) info on it here.

Unzipping

First you open the main.py file and select number 2 (unpack).
After that it will ask you for the name/location of your zipped file. The name of your file will be .zipt
If you've unzipped a file with the same name before it will ask you to override it you can press y to override it and n to set a custom name for the dump folder.

Finally after waiting a bit your file is unzipped.

About

A simple program that zips and unzips directories to one file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages