./Scientific2CommonName.py "Cuculus canorus" "Podiceps cristatus"
or to convert from common names to scientific:
./Scientific2CommonName.py -c "turkey vulture"
Reading from standard input is allowed:
echo -e "Melitaea cinxia\nSepia officinalis" | ./Scientific2CommonName.py
one name per line to stdout. Not found name (either no common name in the database, or species was not found at all) shows as "NA".
Same usage. See FindClade -h
Please use/share/modify this code as you want.