russellnibbelink / cycsv

Python Code by Russell Nibbelink that converts Sqlite databases into CSV, appropriate for the FCO code to code exercise.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

add argparse #5

Open katyhuff opened 10 years ago

katyhuff commented 10 years ago

use python argparse to accept input from the user.

https://docs.python.org/3/library/argparse.html

Early on:

[ ] string name of the input cyclus database [ ] string name of the output csv [ ] demand def (filename)