Git Product home page Git Product logo

ascii-art's Introduction

ASCII ART

             _____    _____   _____   _____                 _____    _______ 
    /\      / ____|  / ____| |_   _| |_   _|        /\     |  __ \  |__   __|
   /  \    | (___   | |        | |     | |         /  \    | |__) |    | |
  / /\ \    \___ \  | |        | |     | |        / /\ \   |  _  /     | |
 / ____ \   ____) | | |____   _| |_   _| |_      / ____ \  | | \ \     | |   
/_/    \_\ |_____/   \_____| |_____| |_____|    /_/    \_\ |_|  \_\    |_|

This is one of my very first school project, which was firstly made in association with Jérémie Musoki and Matteo Darwich.

You can find the original subject here.

Table of content

Features

  • Display ascii art messages
  • Choose display font, color, background color and effect
  • Letter spacement and line length

How to install

# Clone git repository
git clone https://github.com/GouruRK/ASCII-ART.git

# Install unidecode lib
python3 -m pip install unidecode

# Go into the repo
cd ASCII-ART

# Launch
python3 main.py <text>

Optionnals arguments :

# Show help message
python3 main.py -h

# Text color
python3 main.py <text> -c <grey | red | green | yellow | blue | magenta | cyan | white>

# Text background color
python3 main.py <text> -oc <grey | red | green | yellow | blue | magenta | cyan | white>

# Text effects
python3 main.py <text> -e <bold | dark | underline | blink | reverse | concealed>

# Letter spacing
python3 main.py <text> -ls <space>

# Max line length
python3 main.py <text> -l <space>

Note that windows user may type py instead of python3.

Some effects may not work depending on the system you'r using. See this page for more informations.

Fonts are coming from patorjk website.


Check out my other projects on github : Gouru.

ascii-art's People

Contributors

goururk avatar

Watchers

 avatar

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.