In today's video I create a simple Python command line tool that uses the ChatGPT API to convert "pseudo-commands" into real commands for the terminal.
GitHub: https://github.com/unconv/pseudoterm
#python #chatgpt
Support: https://buymeacoffee.com/unconv
Consultations: https://www.buymeacoffee.com/unconv/e...
Memberships: https://www.buymeacoffee.com/unconv/m...
00:00 Intro
01:30 Hello world
02:02 Parsing arguments
03:29 Adding OpenAI API key
04:33 Sending ChatGPT Request
06:34 Testing different commands
08:06 Running commands
11:04 Finding files with it
12:48 Running it globally
15:55 Finishing touches