Skip to content

vuxeim/card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

card

How to use

  1. Edit data variable in card.py script.
  2. See the results:
python card.py
  1. Pipe output to a file:
python card.py > file
  1. Put the file on your server
  2. Use curl to display the file:
$ curl your_domain.net/file
╭--------------------------------------------╮
|                                            |
|                  nickname                  |
|                                            |
|                   CONTACT                  |
|             Email: user@domain             |
|             Discord: user#0000             |
|                                            |
|           Github: github.com/user          |
|                                            |
╰--------------------------------------------╯

Help

$ python card.py --help
Usage: card.py [OPTIONS]
Business card generator

  -n, --name=TEXT     set your nickname to TEXT
  -w, --width=NUMBER  set width of the card to NUMBER
  -f, --frame=TEXT    set chars of card's frame to TEXT
      --help          print this and exit

Troubleshooting

Use curl with flag -L if nothing is shown.

About

Create textual business card

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages