All Projects → hermanTenuki → Ascii Generator.site

hermanTenuki / Ascii Generator.site

Licence: mit
Django website for generating ASCII-arts out of images or text 🎨

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ascii Generator.site

Diagram
CLI app to convert ASCII arts into hand drawn diagrams.
Stars: ✭ 642 (+733.77%)
Mutual labels:  ascii, ascii-art
Ascii Doughnut
Animated spinning doughnut in ASCII
Stars: ✭ 29 (-62.34%)
Mutual labels:  ascii, ascii-art
Cfonts
Sexy fonts for the console
Stars: ✭ 789 (+924.68%)
Mutual labels:  ascii, ascii-art
Ascii Art
A Node.js library for ansi codes, figlet fonts, ascii art and other ASCII graphics
Stars: ✭ 437 (+467.53%)
Mutual labels:  ascii, ascii-art
Microsite
Full featured and completely customizable django site for organizations.
Stars: ✭ 75 (-2.6%)
Mutual labels:  django, website
Ftxui
💻 C++ Functional Terminal User Interface. ❤️
Stars: ✭ 433 (+462.34%)
Mutual labels:  ascii, ascii-art
Ascii canvas
ASCII canvas for drawing in console
Stars: ✭ 11 (-85.71%)
Mutual labels:  ascii, ascii-art
Tart
Tart - draw ASCII art in the terminal with your mouse!
Stars: ✭ 296 (+284.42%)
Mutual labels:  ascii, ascii-art
Art
🎨 ASCII art library for Python
Stars: ✭ 1,026 (+1232.47%)
Mutual labels:  ascii, ascii-art
Image To Ascii
Convert images to ASCII art.
Stars: ✭ 35 (-54.55%)
Mutual labels:  ascii, ascii-art
Boxes
Command line ASCII boxes unlimited!
Stars: ✭ 398 (+416.88%)
Mutual labels:  ascii, ascii-art
Clad Ascii
An ASCII art music video animated with JavaScript
Stars: ✭ 63 (-18.18%)
Mutual labels:  ascii, ascii-art
Figlet Fonts
my collection of figlet / toilet ascii art fonts
Stars: ✭ 393 (+410.39%)
Mutual labels:  ascii, ascii-art
Site
pythondiscord.com - A Django and Bulma web application.
Stars: ✭ 580 (+653.25%)
Mutual labels:  django, website
Imgtoascii
A JavaScript implementation of a image to Ascii code
Stars: ✭ 331 (+329.87%)
Mutual labels:  ascii, ascii-art
Ascii Generator
ASCII generator (image to text, image to image, video to video)
Stars: ✭ 939 (+1119.48%)
Mutual labels:  ascii, ascii-art
hasciicam
(h)ascii for the masses! html refreshed ascii video cam
Stars: ✭ 63 (-18.18%)
Mutual labels:  ascii, ascii-art
Csconsoleformat
.NET C# library for advanced formatting of console output [Apache]
Stars: ✭ 296 (+284.42%)
Mutual labels:  ascii, ascii-art
Android Img2ascii
Convert image to ascii.
Stars: ✭ 30 (-61.04%)
Mutual labels:  ascii, ascii-art
Asciipy
translate images, videos and text to Ascii arts easy
Stars: ✭ 52 (-32.47%)
Mutual labels:  ascii, ascii-art

ASCII-Generator.site

This is a Django website for generating ASCII-arts out of images or text 🎨

You can find it at https://ASCII-Generator.site

demo GIF Demo (a bit old for now)

Fast local setup

You can start this website locally by using these easy steps (python3 is needed):

  • Clone this repo to your pc;
  • Create virtual environment (if needed) with virtualenv venv, activate it and install dependencies with pip install -r requirements.txt;
  • At the top of project/settings.py set EASY_RUN_MODE from False to True;
  • Start server withpython manage.py runserver or python manage.py runserver 0.0.0.0:1234 to open it to local network (for example, over wifi).

TAKE A NOTE that without postgresql, you can't use migrations, therefore, can't use any database-related actions. Generators will work of course.

Used repositories

For creating this project, several open-source repositories were used:

Generators

Other

Contributing.

License.

Icons made by Freepik and Pixel Perfect from www.flaticon.com.

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