معرفی شرکت ها


annaohero-0.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python module for writing scripts for for building multiple files into one file and vice versa
ویژگی مقدار
سیستم عامل -
نام فایل annaohero-0.0.1
نام annaohero
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده AnnaOhero
ایمیل نویسنده exitae337@gmail.com
آدرس صفحه اصلی https://github.com/exitae337/annaohero
آدرس اینترنتی https://pypi.org/project/annaohero/
مجوز -
# 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: ```python 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') ```python 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! ```python uncompress(r'C:\Users\username\Desktop\folderwithsopnosh') ``` ##Example ```python 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


نحوه نصب


نصب پکیج whl annaohero-0.0.1:

    pip install annaohero-0.0.1.whl


نصب پکیج tar.gz annaohero-0.0.1:

    pip install annaohero-0.0.1.tar.gz