MoKhajavi75 / Arthon

🎨 Simple Ascii Art Text Generator 😎

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Art + Python = Arthon 😁

               _   _                 
    /\        | | | |                
   /  \   _ __| |_| |__   ___  _ __  
  / /\ \ | '__| __| '_ \ / _ \| '_ \ 
 / ____ \| |  | |_| | | | (_) | | | |
/_/    \_\_|   \__|_| |_|\___/|_| |_|
                                     
                                     

        ____          __  __       _                               _ _  ___    ______ _____ 
       |  _ \        |  \/  |     | |                             | | |/ / |  |____  | ____|
       | |_) |_   _  | \  / | ___ | |__   __ _ _ __ ___   __ _  __| | ' /| |__    / /| |__  
       |  _ <| | | | | |\/| |/ _ \| '_ \ / _` | '_ ` _ \ / _` |/ _` |  < | '_ \  / / |___ \ 
       | |_) | |_| | | |  | | (_) | | | | (_| | | | | | | (_| | (_| | . \| | | |/ /   ___) |
       |____/ \__, | |_|  |_|\___/|_| |_|\__,_|_| |_| |_|\__,_|\__,_|_|\_\_| |_/_/   |____/ 
               __/ |                                                                        
              |___/                                                                         


Codacy Badge PyPI version Built With Say Thanks!


Overview

Simple Ascii Art Text Generator 😎

Installation

Source Code

PyPI

  • pip install Arthon or pip3 install Arthon (Need root access)

Usage

>>> arthonize(Your msg)
# This will create the Arthoned text and save it in Result.txt


>>> lower(Your msg)
# This will create the Arthoned text with all small letters and save it in Result.txt


>>> upper(Your msg)
 This will create the Arthoned text with ALL CAPITAL letters and save it in Result.txt


>>> toggle(Your msg)
# This will create the Arthoned text in toggle case and save it in Result.txt

Bug Reports

Feel free to poke me by email khajavi_mohamad[at]yahoo.com

Contribution

Feel free to fork and improvee it BUT don't forget to send me the pull request πŸ˜„

License

license

P.S

I used This Awesome Website to create my letters!

About

🎨 Simple Ascii Art Text Generator 😎

License:MIT License


Languages

Language:Python 100.0%