Skip to content

Simple ASCII transformer program. Gets input from files or via webcam.

License

Notifications You must be signed in to change notification settings

unfuz3/AsciiCam2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsciiCam2

Simple project to turn images or webcam footage into ascii images.

Usage

main.py [-h] [-p] [-f] [-i INPUT] [-o OUTPUT] [-s SIZE]

AsciiCam - Convert media to ascii photos

options:
  -h, --help            show this help message and exit
  -p, --photo           Select the photo-to-ascii mode
  -f, --file            Select the image file input mode
  -i INPUT, --input INPUT
                        Specify the image input file
  -o OUTPUT, --output OUTPUT
                        Specify the output file, default is asciipic.txt
  -s SIZE, --size SIZE  Specify the ascii image size, format 'WxH', ie. -s
                        '60x40'. Default is 128x96

License

Licensed under MIT License, by unfuz3. Check LICENSE for more info.

About

Simple ASCII transformer program. Gets input from files or via webcam.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages