Python Helpers A collection of helper utils for my personal projects. Installation pip install tyler-python-helpers ChatGPT from tyler_python_helpers import ChatGPT chat = ChatGPT() val = chat.query("What is the capital of the moon?") print(val)