Creating Interactive CLI App

1 · Muhammad · March 21, 2019, midnight
In this blog post I will be walking you through the process of writing an interactive commandline app using Python. I have been a huge fan commandline apps and I love to create commandline apps since it helps me remain productive and makes navigation a lot easier compared to GUIs. Anyways we will be creating a simple commandline app that uses Yelp Api to find your favorite restaurant in your city. Let’s Get Started In order to get started make sure you have python3 installed. Now we will create...