Member-only story
Create a ChatGPT helper for Terminal using Python

ChatGPT is quickly becoming one of the most popular AI chatbot tools available. Everyone from large corporations to small startups are wanting to use this technology to help automate conversations and create interactive experiences for customers. Unfortunately, sometimes website can be down for either updates or maintenance and that’s preventing many users from taking advantage of all that ChatGPT has to offer. However, developers can still use ChatGPT using the Python library provided by its team. This article aims to demonstrate step by step processes to create a ChatGPT helper tool and to call it anywhere in your terminal.
Incase you prefer a video verson; please press here.
From here, I assume reader have some basic knowledge of Python.
Initial Steps
Please generate your API Key from https://openai.com/. This Video explains how to generate one.
By the way, I do have a Github Repo for the code below, here is the link.
Using pip install OpenAI and Colorama. In your command prompt or terminal, enter the following command in order to install the packages: