Skip to content

kuratanp/helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helloworld

Installation

Clone the repo and use pip to install it.

git clone https://github.com/kuratan/helloworld.git
cd helloworld/
pip install .

CLI Usage

To use the executable helloworld command line program:

$ helloworld -h
usage: helloworld [-h] [-n NAME] [--howlong] [--countdown]

optional arguments:
  -h, --help            show this help message and exit
  -n NAME, --name NAME  optional name to say hello to
  --howlong             print days until Darwin's next birthday
  --countdown           print predicted days until end of the world
  --luckynumber			print your Today's lucky number
  --surprise			print booo!! after 0 to 3 seconds

API Usage

To use the helloworld Python API:

import helloworld
helloworld.helloworld(name="Naoko")
hello Naoko

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages