Skip to main content

Python module for writing scripts for for building multiple files into one file and vice versa

Project description

annaohero

annaohero - this module is a Python library for building multiple files into one file and vice versa

Installation

Install the current version with PyPI:

pip install annaohero

Usage

Files into one file and and vice versa

To combine the files into a single file, use the command:

compress(r"(path to the file folder with your files)") example: compress(r'C:\Users\username\Desktop\folder')

compress(r'C:\Users\username\Desktop\folder')

After you have entered this command, the "sop.nosh" file will be created. This is the source file with your files!

To separate the files you should use the following command:

uncompress(r'(way to folder with file "sop.nosh")') example: uncompress(r'C:\Users\username\Desktop\folder') The folder must contain the file that you created with the compress() command!

uncompress(r'C:\Users\username\Desktop\folderwithsopnosh')

##Example

from annaohero import compress, uncompress

pathtofiles = r'C:\Users\username\Desktop\folder'
compress(pathtofiles)

pathtofilewithsop = r'C:\Users\username\Desktop\folderwithsopnosh'
uncompress(pathtofilewithsop)

Contributing

Bug reports and/or pull requests are welcome

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

annaohero-0.0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

annaohero-0.0.1-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page