CLI Program that takes a dataset of boy or girl names and lets you vote on them, returning a csv of your results
- Make sure you have python 3+ installed.
- Create a virtual environment to install dependencies:
python -m venv venv - Activate the virtual environment:
source venv/bin/activate - Install dependencies:
pip install requirements.txt - Run the program from the command line:
python names.py <args> - Pass
--helpfor required and optional args