All Projects → ProfOak → Ascii_py

ProfOak / Ascii_py

Licence: mit
Make some ascii arts

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ascii py

Simpletable
Simple tables in terminal with Go
Stars: ✭ 288 (+36.49%)
Mutual labels:  cli, terminal, ascii
Video To Ascii
It is a simple python package to play videos in the terminal using characters as pixels
Stars: ✭ 960 (+354.98%)
Mutual labels:  cli, terminal, ascii
Tart
Tart - draw ASCII art in the terminal with your mouse!
Stars: ✭ 296 (+40.28%)
Mutual labels:  terminal, art, ascii
Ervy
Bring charts to terminal.
Stars: ✭ 1,530 (+625.12%)
Mutual labels:  cli, terminal, ascii
Diagram
CLI app to convert ASCII arts into hand drawn diagrams.
Stars: ✭ 642 (+204.27%)
Mutual labels:  cli, terminal, ascii
Qov
The terminal presentation tool.
Stars: ✭ 141 (-33.18%)
Mutual labels:  cli, terminal, ascii
Nord Xresources
An arctic, north-bluish clean and elegant Xresources color theme.
Stars: ✭ 210 (-0.47%)
Mutual labels:  cli, terminal
Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: ✭ 14,096 (+6580.57%)
Mutual labels:  cli, terminal
Vcspull
🔄 synchronize projects via yaml/json manifest. built on libvcs
Stars: ✭ 187 (-11.37%)
Mutual labels:  cli, terminal
Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+1995.73%)
Mutual labels:  cli, terminal
Piano Rs
A multiplayer piano using UDP sockets that can be played using computer keyboard, in the terminal
Stars: ✭ 180 (-14.69%)
Mutual labels:  cli, terminal
Bashhub Server
Private cloud shell history. Open source server for bashhub https://github.com/rcaloras/bashhub-client
Stars: ✭ 189 (-10.43%)
Mutual labels:  cli, terminal
Tslide
Terminal SlideDeck, supporting markdown.
Stars: ✭ 198 (-6.16%)
Mutual labels:  cli, terminal
Termuxarch
Experience the pleasure of the Linux command prompt in Android, Chromebook, Fire OS and Windows on smartphone, smartTV, tablet and wearable https://termuxarch.github.io/TermuxArch/
Stars: ✭ 183 (-13.27%)
Mutual labels:  cli, terminal
Commander
Test your command line interfaces on windows, linux and osx and nodes viá ssh and docker
Stars: ✭ 183 (-13.27%)
Mutual labels:  cli, terminal
Stonky
A command line dashboard for monitoring stocks
Stars: ✭ 208 (-1.42%)
Mutual labels:  cli, terminal
Alive Progress
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
Stars: ✭ 2,940 (+1293.36%)
Mutual labels:  cli, terminal
Gotty Client
🔧 terminal client for GoTTY
Stars: ✭ 196 (-7.11%)
Mutual labels:  cli, terminal
Tty
Toolkit for developing sleek command line apps.
Stars: ✭ 2,329 (+1003.79%)
Mutual labels:  cli, terminal
Qrc
QR code generator for text terminals (ASCII art, Sixel)
Stars: ✭ 200 (-5.21%)
Mutual labels:  cli, terminal

Ascii Py

Makin some pictures

Install instructions

Using pip

python3 -m pip install ascii_py

From source

git clone https://github.com/profoak/ascii_py
cd ascii_py
python3 setup.py install

Usage

usage: ascii_py [-h] [-o OUT] [-w WORDS] [-s STEP] [-d] [-t] input_file

positional arguments:
  input_file            Input file to convert from.

optional arguments:
  -h, --help            show this help message and exit
  -o OUT, --out OUT     The filename you want your final image saved as.
  -w WORDS, --words WORDS
                        Use words to create your image.
  -s STEP, --step STEP  Choose the distance of your characters.
  -d, --density         Adding the flag converts the image based on visual density.
  -t, --terminal        Print ascii image to terminal.

Example images

Original image:

Default usage:

Density flag:

Terminal flag (screenshot):

Other flags usage example:

$ ascii_py -s 10 -w "dank memes" -o ayy_lmao_pizza.jpg Media/pizza_in.jpg

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].