Author: Terence Tang CS361 - Portfolio Project Date: 3/14/2021
Files Submitted:
- Life-Generator.py
- GUI_App.py
- Data_Query.py
- csv_manager.py
- amazon_co-ecommerce_sample.csv
- content_generator_microservice.py
- wikipedia_API_query.py
Environment Requirements:
- All python files run on python3
- Program requires the following python modules to operate:
- Tkinter, csv, random, multiprocessing, operator, wikipedia, warnings
Console commands to run programs:
- $ python3 Life-Generator.py
CLI Inpput for multiple search queries:
- Life-Generator.py can be ran via command line via a provided input file during runtime.
- Input file needs to conform to the following CSV format, Required format for input.csv (with header): input_item_type, input_item_category,input_number_to_generate, where input_item_type=toys.
- Console commands to run: $ python3 Life-Generator.py 'input_file'
Please let me know if you have any other questions on this!