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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file annaohero-0.0.1.tar.gz
.
File metadata
- Download URL: annaohero-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0053f86d4a18f73ca268e18f224f43cf5b3a78dd1fa452340ab9cfef20a734e9 |
|
MD5 | 880f53845a036b772ba79f9e4c319566 |
|
BLAKE2b-256 | a42317f67ed405cf3fa9a0bbaccaa39e63a7ad0c372adfbc0e791a5e9ab79913 |
File details
Details for the file annaohero-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: annaohero-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58c99592385b65cbf4fb3abbd0568a1a68ad5d4a8068ad8de7cd9b5f030c20b8 |
|
MD5 | 5472335987156d642c545a51b862de45 |
|
BLAKE2b-256 | ed2361ca52a9511d34ea8b12e259a1ae0087fe89dae23cfc06449a247b40ec90 |