An open API service indexing awesome lists of open source software.

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

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