Inspiration

Whenever I forget how to install requirements.txt with pip

What it does

It gives you information on any command that you can run on terminal. Additionally, if you have forgotten how to do a certain command on terminal, you just need to describe it to the module and it will use OpenAI's API to give you which command you need.

How We built it

We build it with the help of the argparse module, which allows you to create functions that can be run via terminal along with the arguments that your function needs. Of course, we needed a way to set the OpenAI API key, for each we use the dotenv module to store the key as an environment variable with a simple command.

Challenges we ran into

Uploading the package to PyPI itself was a bit of a problem because of the extra security via 2 factor authorization and the use of a new token instead of username and password.

Accomplishments that I'm proud of

We're proud of uploading our very own python package which will prove extremely convenient for developers, because our project provides an easy way to search for commands that would otherwise have taken much longer to figure out.

Built With

Share this project:

Updates