معرفی شرکت ها


exe2png-1.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Convert executables (or any other file) into an image
ویژگی مقدار
سیستم عامل -
نام فایل exe2png-1.0.1
نام exe2png
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Elisha Hollander
ایمیل نویسنده just4now666666@gmail.com
آدرس صفحه اصلی https://github.com/donno2048/exe2png
آدرس اینترنتی https://pypi.org/project/exe2png/
مجوز MIT
# exe2png Convert executables (or any other file) into an image ## Installation ### From PyPI ```sh pip3 install exe2png ``` ### From GitHub ```sh pip3 install git+https://github.com/donno2048/exe2png ``` ## Usage ```sh exe2png -h usage: exe2png [-h] (-e | -d) [-c] [-H HEIGHT] -f FILE [-o OUTPUT] Encode or decode a file to or from a PNG image. optional arguments: -h, --help show this help message and exit -e, --encode encode a file to a PNG image -d, --decode decode a PNG image to a file -c, --color encode or decode a color image -H HEIGHT, --height HEIGHT height of the image -f FILE, --file FILE the file to encode or decode -o OUTPUT, --output OUTPUT the file to output to ``` For example, we can encode my [snake executable](https://github.com/donno2048/snake) to a greyscale PNG image: ```sh wget https://github.com/donno2048/snake/releases/download/v16/snake.com exe2png -e -H 15 -f snake.com -o snakeL.png ``` and get this: ![greyscale image](https://github.com/donno2048/exe2png/raw/master/snakeL.png) and we can decode the image back to a file: ```sh exe2png -d -f snakeL.png -o snake.com ``` or we can encode a color image: ```sh exe2png -e -c -H 9 -f snake.com -o snakeRGB.png ``` and get this: ![color image](https://github.com/donno2048/exe2png/raw/master/snakeRGB.png) and we can decode the image back to a file: ```sh exe2png -d -c -f snakeRGB.png -o snake.com ``` Here is python itself encoded into a PNG image: ![python image](https://github.com/donno2048/exe2png/raw/master/python.png)


نیازمندی

مقدار نام
- pillow
- numpy


زبان مورد نیاز

مقدار نام
>=3.0 Python


نحوه نصب


نصب پکیج whl exe2png-1.0.1:

    pip install exe2png-1.0.1.whl


نصب پکیج tar.gz exe2png-1.0.1:

    pip install exe2png-1.0.1.tar.gz