Skip to content

Practice with subclassing and the click interface.

Notifications You must be signed in to change notification settings

cgundy/pack_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pack_list

A program to generate a packlist for a trip, based on a series of conditions. Mainly a way for me to practice working with classes and the click command line interface.

Commands

python pack_list.py create-pack-list

Enter information about trip.

Sample Output

[('Jeans', 1), ('Shirts', 3), ('Shorts', 1), ('Dress', 1), ('Underwear', 5)]
[('Laptop', 1), ('PhoneCharger', 2), ('HeadPhones', 2)]

About

Practice with subclassing and the click interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages