Convert Image to ASCII Art

Overview

Convert Image to ASCII Art

Persiapan

aplikasi ini menggunakan bahasa python dan beberapa package python.

oleh karena itu harus menginstall python dan beberapa packagenya, seperti berikut:

  1. install python.

    kalian bisa install python melalui website python.

    https://www.python.org/downloads/

    pastikan jika python telah terinstall dengan mengetikan:

    python --version

    karena akan meninstall beberapa package pada python maka harus memastikan kalau PIP telah terinstall dengan mengetikan:

    pip --version

  2. install package tkinter.

    tkinter adalah package untuk membuat tampilan GUI pada python.

    pip install tk

  3. install package Pillow.

    Pillow adalah package untuk mengelola/memodifikasi sebuah gambar

    pip install Pillow


Cara Menggunakan Aplikasi

setelah menginstall semua yang diatas. anda hanya perlu menjalankan file "ascii_art.py"

bisa dengan mengklik 2x file ascci_art.py

atau dengan mengetikan:

python ascii_art.py

pada folder aplikasi

Tampilan Aplikasi

Tampilan Aplikasi

tampilan aplikasinya simple saja :D

Beberapa yang dihasilkan oleh aplikasi ini

  • Character Ezio Auditore from Assassins Creeds result_ezio ini adalah hasil ketika convert as image, file yang dihasilkan adalah image file

  • My logo result_mylogo ini adalah hasil ketika convert as txt, file yang dihasilkan adalah txt file

    anda dapat juga melihat hasilnya di folder "result", untuk melihat hasil save as txt dalam bentuk file .txt

Donate

You might also like...
Simple Python package to convert an image into a quantized image using a customizable palette
Simple Python package to convert an image into a quantized image using a customizable palette

Simple Python package to convert an image into a quantized image using a customizable palette. Resulting image can be displayed by ePaper displays such as Waveshare displays.

Combinatorial image generator for generative NFT art.

ImageGen Stitches multiple image layers together into one image. Run usage: stitch.py [-h] backgrounds_dir dinos_dir traits_dir texture_file

Generate waves art for an image
Generate waves art for an image

waves-art Generate waves art for an image. Requirements: OpenCV Numpy Example Usage python waves_art.py --image_path tests/test1.jpg --patch_size 15 T

A Icon Maker GUI Made - Convert your image into icon ( .ico format ).
A Icon Maker GUI Made - Convert your image into icon ( .ico format ).

Icon-Maker-GUI A Icon Maker GUI Made Using Python 3.9.0 . It will take any image and convert it to ICO file, for web site favicon or Windows applicati

LGVL helper script to batch and convert with lvgl offline image converter

script to batch and convert with lvgl offline image converter

This Web App lets you convert your Normal Image to a SKETCHED one within a minute
This Web App lets you convert your Normal Image to a SKETCHED one within a minute

This Web App lets you convert your Normal Image to a SKETCHED one within a minute

Convert the SVG code to PNG and replace the line by a call to the image in markdown

Convert the SVG code to PNG and replace the line by a call to the image in markdown

This tool allows the user to convert a 16 by 16 image into a list with numbers representing an object/character.

Room Formatter This tool allows the user to convert a 16 by 16 image into a list with numbers representing an object/character. There is cur

Convert a DOS Punk image to text
Convert a DOS Punk image to text

DOS Punk Text Inspired by MAX CAPACITY's DOS Punks & the amazing DOS Punk community. DOS Punk Text is a Python 3 script that renders a DOS Punk image

Owner
Huda Damar
Search A New Somethings
Huda Damar
Convert any image into greyscale ASCII art.

Image-to-ASCII Convert any image into greyscale ASCII art.

Ben Smith 12 Jan 15, 2022
Ascify-Art - An easy to use, GUI based and user-friendly colored ASCII art generator from images!

Ascify-Art This is a python based colored ASCII art generator for free! How to Install? You can download and use the python version if you want, modul

Akash Bora 14 Dec 31, 2022
An ascii art generator that's actually good. Does edge detection and selects the most appropriate characters.

Ascii Artist An ascii art generator that's actually good. Does edge detection and selects the most appropriate characters. Installing Installing with

null 18 Jan 3, 2023
👾 Python project to help you convert any image into a pixel art.

?? Pixel Art Generator Python project to help you convert any image into a pixel art. ⚙️ Developer's Guide Things you need to get started with this co

Atul Anand 6 Dec 14, 2022
Conversion of Image, video, text into ASCII format

asciju Python package that converts image to ascii Free software: MIT license

Aju Tamang 11 Aug 22, 2022
Generative Art Synthesizer - a python program that generates python programs that generates generative art

GAS - Generative Art Synthesizer Generative Art Synthesizer - a python program that generates python programs that generates generative art. Examples

Alexey Borsky 43 Dec 3, 2022
Python library for ascii graphics

Python library for ascii graphics

Anton 6 Oct 20, 2021
Plots the graph of a function with ASCII characters.

ASCII Graph Plotter Plots the graph of a function with ASCII characters. See the change log here. Developed by InformaticFreak (c) 2021 How to use py

InformaticFreak 2 Apr 29, 2022
A Python Script to convert Normal PNG Image to Apple iDOT PNG Image.

idot-png-encoder A Python Script to convert Normal PNG Image to Apple iDOT PNG Image (Multi-threaded Decoding PNG). Usage idotpngencoder.py -i <inputf

Lrdcq 2 Feb 17, 2022
Pyconvert is a python script that you can use to convert image files to another image format! (eg. PNG to ICO)

Pyconvert is a python script that you can use to convert image files to another image format! (eg. PNG to ICO)

null 1 Jan 16, 2022