Skip to content

Releases: sepandhaghighi/art

Version 0.3

28 Oct 22:46
Compare
Choose a tag to compare
  • Space Bug Fixed
  • Save Function Added (tsave)
  • New Fonts Added
  • Character Ignore Flag Added

Version 0.2

10 Oct 22:17
Compare
Choose a tag to compare
  • Standard font added
  • Minor bugs fixed

Usage

Library

>>> from art import *
>>> aprint("butterfly")
Ƹ̵̡Ӝ̵̨̄Ʒ 
>>> aprint("happy")
 ۜ\(סּںסּَ` )/ۜ 
>>> art_1=art("coffee")
>>> print(art_1)
c[_] 
>>> tprint("art")
              _   
  __ _  _ __ | |_ 
 / _` || '__|| __|
| (_| || |   | |_ 
 \__,_||_|    \__|
                  

>>> tprint("art","block")

 .----------------.  .----------------.  .----------------.
| .--------------. || .--------------. || .--------------. |
| |      __      | || |  _______     | || |  _________   | |
| |     /  \     | || | |_   __ \    | || | |  _   _  |  | |
| |    / /\ \    | || |   | |__) |   | || | |_/ | | \_|  | |
| |   / ____ \   | || |   |  __ /    | || |     | |      | |
| | _/ /    \ \_ | || |  _| |  \ \_  | || |    _| |_     | |
| ||____|  |____|| || | |____| |___| | || |   |_____|    | |
| |              | || |              | || |              | |
| '--------------' || '--------------' || '--------------' |
 '----------------'  '----------------'  '----------------'

Version 0.1

04 Oct 11:46
Compare
Choose a tag to compare

Usage

Library

>>> from art import *
>>> aprint("butterfly")
Ƹ̵̡Ӝ̵̨̄Ʒ 
>>> aprint("happy")
 ۜ\(סּںסּَ` )/ۜ 
>>> art_1=art("coffee")
>>> print(art_1)
c[_] 
>>> tprint("art")

 .----------------.  .----------------.  .----------------.
| .--------------. || .--------------. || .--------------. |
| |      __      | || |  _______     | || |  _________   | |
| |     /  \     | || | |_   __ \    | || | |  _   _  |  | |
| |    / /\ \    | || |   | |__) |   | || | |_/ | | \_|  | |
| |   / ____ \   | || |   |  __ /    | || |     | |      | |
| | _/ /    \ \_ | || |  _| |  \ \_  | || |    _| |_     | |
| ||____|  |____|| || | |____| |___| | || |   |_____|    | |
| |              | || |              | || |              | |
| '--------------' || '--------------' || '--------------' |
 '----------------'  '----------------'  '----------------'

CLI

  • List of arts : python -m art list
  • Test : python -m art test
  • Text : python -m art text yourtext
  • Shape : python -m art shape art_name