All Projects → R4yGM → Asciipy

R4yGM / Asciipy

translate images, videos and text to Ascii arts easy

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Asciipy

Boxes
Command line ASCII boxes unlimited!
Stars: ✭ 398 (+665.38%)
Mutual labels:  ascii, ascii-art
Diagram
CLI app to convert ASCII arts into hand drawn diagrams.
Stars: ✭ 642 (+1134.62%)
Mutual labels:  ascii, ascii-art
Ascii Art
A Node.js library for ansi codes, figlet fonts, ascii art and other ASCII graphics
Stars: ✭ 437 (+740.38%)
Mutual labels:  ascii, ascii-art
Tart
Tart - draw ASCII art in the terminal with your mouse!
Stars: ✭ 296 (+469.23%)
Mutual labels:  ascii, ascii-art
Ascii Doughnut
Animated spinning doughnut in ASCII
Stars: ✭ 29 (-44.23%)
Mutual labels:  ascii, ascii-art
Imgtoascii
A JavaScript implementation of a image to Ascii code
Stars: ✭ 331 (+536.54%)
Mutual labels:  ascii, ascii-art
Image2ascii
🌁 Convert image to ASCII
Stars: ✭ 504 (+869.23%)
Mutual labels:  image, ascii-art
ascii chart
Nice-looking lightweight console ASCII line charts ╭┈╯. Port of kroitor/asciichart.
Stars: ✭ 24 (-53.85%)
Mutual labels:  ascii, ascii-art
Ascii canvas
ASCII canvas for drawing in console
Stars: ✭ 11 (-78.85%)
Mutual labels:  ascii, ascii-art
Ascii Generator
ASCII generator (image to text, image to image, video to video)
Stars: ✭ 939 (+1705.77%)
Mutual labels:  ascii, ascii-art
Csconsoleformat
.NET C# library for advanced formatting of console output [Apache]
Stars: ✭ 296 (+469.23%)
Mutual labels:  ascii, ascii-art
Image To Ascii
Convert images to ASCII art.
Stars: ✭ 35 (-32.69%)
Mutual labels:  ascii, ascii-art
hasciicam
(h)ascii for the masses! html refreshed ascii video cam
Stars: ✭ 63 (+21.15%)
Mutual labels:  ascii, ascii-art
Figlet Fonts
my collection of figlet / toilet ascii art fonts
Stars: ✭ 393 (+655.77%)
Mutual labels:  ascii, ascii-art
lexicon-mono-seq
DOM Text Based Multiple Sequence Alignment Library
Stars: ✭ 15 (-71.15%)
Mutual labels:  ascii, ascii-art
Ftxui
💻 C++ Functional Terminal User Interface. ❤️
Stars: ✭ 433 (+732.69%)
Mutual labels:  ascii, ascii-art
gifterm
View animated .GIF files in a text console. Linux/Mac/Windows
Stars: ✭ 14 (-73.08%)
Mutual labels:  ascii, ascii-art
figlet4s
ASCII-art banners in Scala
Stars: ✭ 29 (-44.23%)
Mutual labels:  ascii, ascii-art
Cfonts
Sexy fonts for the console
Stars: ✭ 789 (+1417.31%)
Mutual labels:  ascii, ascii-art
Android Img2ascii
Convert image to ascii.
Stars: ✭ 30 (-42.31%)
Mutual labels:  ascii, ascii-art

AsciiPy

translate images, videos and text to Ascii arts easy

translate text to asciiart with 400+ different fonts and images, videos from any path or url!

Install

to install you have to clone the repository

$ git clone https://github.com/R4yGM/AsciiPy

Depencies

this tool has dependency, and to install them you have to run

$ pip install -r requirements.txt

Asciify in your python script

to start asciifying in your script you have to import the module

import AsciiPy

Asciify a text in python script

after you have imported the module type:

text = AsciiPy.AsciiText.GenerateText(TEXT, FONT")
text = AsciiPy.AsciiText.GenerateText("Hey", "graffiti")
print(text)

to asciify a text

Asciify a image from url in your python script

after you have imported the module type:

img = AsciiPy.AsciiImage.GenerateFromUrl("https://r4yan.ga/images-videos/python-logo.png")
print(img)

to asciify a image by url

Asciify a image from path in your python script

after you have imported the module type:

img = AsciiPy.AsciiImage.GenerateFromPath("python-logo.png")
print(img)

to asciify a image by url

Asciify a video from path in your python script

after you have imported the module type:

AsciiPy.AsciiImage.VideoFromPath("images-videos/cube.mp4")
#this will automatically prints the video

to asciify a video by path

Asciify a video from url in your python script

after you have imported the module type:

AsciiPy.AsciiImage.VideoFromUrl("https://r4yan.ga/images-videos/cube.mp4")
#this will automatically prints the video

to asciify a video by url

Get list of fonts in python script

after you have imported the module type:

lst = AsciiPy.AsciiText.FontList()
print(lst)

this will print ove 400 different fonts you can use to generate texts

Asciify in Terminal

Asciify a image from url

to asciify a image you have to run

$ py AsciiPy -u [url for your image]

example

$ py AsciiPy -u https://r4yan.ga/images-videos/python-logo.png

Asciify a image from path

to asciify a image from path you have to run

$ py AsciiPy -p [path for your image]

Asciify a text

$ py AsciiPy -t [text] [font]

if you need a font list just type

$ py AsciiPy -f

Asciify a Video from path

$ py AsciiPy -vid-path [path to video]

Asciify a Video from url

$ py AsciiPy -vid-url [url to video]

help

$ py AsciiPy -h

this prints a list of commands with examples

still in development

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].