gabriel-combe / ASCII_artgen

ASCIIXEL can generate images an videos using ASCII character or large pixels (with the option to add colour)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASCII_artgen

ASCIIXEL can generate images an videos using ASCII character or large pixels (with the option to add colour)

Watch the video

Installation

Only python is needed, with numpy, OpenCV, and Pygame libraries.

Usage example

Run the ASCIIXEL python file to start the generation. To modify the video to convert and the parameters of the generator, change the following line:

app = ASCIIXEL(path='YOUR_VIDEO', ascii_set=2, display_original=False, reverse_colour=False, output_type=OutputType.ASCII_COLOUR, record=True)

I will add argument parser in the futur.

Meta

Gabriel Combe-Ounkham

Distributed under the GNU GENERAL PUBLIC license. See LICENSE for more information.

About

ASCIIXEL can generate images an videos using ASCII character or large pixels (with the option to add colour)

License:GNU General Public License v3.0


Languages

Language:Python 100.0%