Skip to content

LandonWest/names-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NamesRunner

CLI Program that takes a dataset of boy or girl names and lets you vote on them, returning a csv of your results

Setup

  1. Make sure you have python 3+ installed.
  2. Create a virtual environment to install dependencies: python -m venv venv
  3. Activate the virtual environment: source venv/bin/activate
  4. Install dependencies: pip install requirements.txt
  5. Run the program from the command line: python names.py <args>
  6. Pass --help for required and optional args

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages