Skip to content

MarcFord/age_calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Age Calculator

Python3 Age Calculator

This application can be used from the command line as a cli tool or as a gui. This was a quick code kata total development time is less than an hour!

Usage:

usage: python3 -m age_calc [-h] [-gui] [-dob DATE_OF_BIRTH] [-v]

optional arguments:
  -h, --help            show this help message and exit
  -gui, --use-gui       show gui interface
  -dob DATE_OF_BIRTH, --date-of-birth DATE_OF_BIRTH 
                        string of the date of birth you want to know an age for, reports back on
                        the command line.
  -v, --version         show the version

About

Python3 Age Calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published