Skip to content

my version of cowsay created during tech academy (a startse group program).

License

Notifications You must be signed in to change notification settings

thazsobral/you-say

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

you-say

Do you like ASCII art? This code is for you, where I created my version of cowsay, but with the characteristic that you decide who you want to say something. liked?

use

python you-say.py "<words>" <character>

example

input:

python you-say.py "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book."

output:

-------------------------------------------------------------------------------------------------------------------------------------------
| Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever |
| since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.                           |
-------------------------------------------------------------------------------------------------------------------------------------------
          \ | ^__^
           \| (oo)\_______ 
              (__)\       )\/\
                   ||--W |
                   ||   ||
                ````````````

input:

python3 you-say.py "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book." pikachu

output:

-------------------------------------------------------------------------------------------------------------------------------------------
| Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever |
| since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.                           |
-------------------------------------------------------------------------------------------------------------------------------------------
      \  \:.             .:/
       \  \``._________.''/ 
        \  \             / 
 .--.--, \ / .':.   .':. \
/__:  /   \| '::' . '::' |
     / /   |`.   ._.   .'|
    / /    |.'         '.|
   /___-_-,|.\  \   /  /.|
        // |''\.;   ;,/ '|
        `==|:=         =:|
           `.  _______  .'
            `''       `''

features

characters:

  • penguim
  • pikachu
  • bird
  • dog
  • skull
  • bug
  • hacker
  • man
  • woman

About

my version of cowsay created during tech academy (a startse group program).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages