Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 440 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 440 Bytes

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)]