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
Release files for annaohero 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| annaohero-0.0.1.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| annaohero-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.0 kB
Release files / annaohero-0.0.1.tar.gz
| Download URL | annaohero-0.0.1.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0053f86d4a18f73ca268e18f224f43cf5b3a78dd1fa452340ab9cfef20a734e9
|
|
BLAKE2b-256 checksum How to use checksums |
a42317f67ed405cf3fa9a0bbaccaa39e63a7ad0c372adfbc0e791a5e9ab79913
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / annaohero-0.0.1-py3-none-any.whl
| Download URL | annaohero-0.0.1-py3-none-any.whl |
|---|---|
| Size | 3.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
58c99592385b65cbf4fb3abbd0568a1a68ad5d4a8068ad8de7cd9b5f030c20b8
|
|
BLAKE2b-256 checksum How to use checksums |
ed2361ca52a9511d34ea8b12e259a1ae0087fe89dae23cfc06449a247b40ec90
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|