Asks ChatGPT to retrieve information about licensed professions by state.
- Navigate to the folder you want the app to live in.
- Right click anywhere in that window and click "Open in Terminal"
- Copy and paste each line in the script, one at a time. THE LAST LINE SHOULD CONTAIN YOUR API KEY.
- Double click main.py to open the app
winget install python
winget install git
git clone https://github.com/johnvilsack/OccupationFeeCalculator.git
cd OccupationFeeCalculator
pip install openai python-dotenv
"OPENAI_API_KEY=YOURAPIKEYHERE" | Add-Content "./.env"