How can I make a CLI(command-line interface) with Python? I tried A LOT of times but didn't work
4/5/2017 8:35:11 PM
Ali Emir Kızıl3 Answers
New AnswerI had the same idea: making a CLI you can easily excecute functions with and add more functions if wished. I started by programming a function that takes a command, splits it into it's components and uses them to call other functions. So the command should refere to the function you want to call and all arguments the functions needs.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message