https://github.com/codedcontainer/7zutility
Ability to compress or uncompress each top level directory(s) and/or file(s) listed at specified path location into separate compressed or uncompressed files without needing to use the 7zip commands for each individual ite
https://github.com/codedcontainer/7zutility
Last synced: 2 months ago
JSON representation
Ability to compress or uncompress each top level directory(s) and/or file(s) listed at specified path location into separate compressed or uncompressed files without needing to use the 7zip commands for each individual ite
- Host: GitHub
- URL: https://github.com/codedcontainer/7zutility
- Owner: codedcontainer
- Created: 2021-03-25T22:21:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T14:36:56.000Z (almost 5 years ago)
- Last Synced: 2025-01-05T07:50:41.148Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 20 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Python 7z File Compression Utility Program #
## Description ##
Ability to compress or uncompress each top level directory(s) and/or file(s) listed at specified path location into separate compressed or uncompressed files without needing to use the 7zip commands for each individual item.
## System Requirements ##
- 7z CLI
- Windows: add path variable to 7-zip folder
- Python 3 for development
## Installation Instructions ##
### Linux/Unix
- Run executable at current working directory with file: `./fzutil`
- Place executable "fzutil in local path “/home/{username}/.local/bin” or in path location `echo $PATH`
- Use `fzutil` in terminal
### Windows #
- Run as stand-alone or place in “program files” directory and create link to .exe file
## Usage Instructions ##
Follow prompts on run