GithubHelp home page GithubHelp logo

devinschumacher / ascii-generator.site Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hermantenuki/ascii-generator.site

0.0 0.0 0.0 19.55 MB

Django website for generating ASCII-arts out of images or text ๐ŸŽจ

Home Page: https://ascii-generator.site

License: MIT License

JavaScript 1.34% Python 96.10% HTML 1.37% Less 1.19%

ascii-generator.site's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.