- Create a new directory with these three files (requirements.txt, main.py, README.md)
python -m venv venvsource venv/bin/activatepip install -r requirements.txtpython main.py- Update
main()to run the example prompt chains
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Python3 | |
| # Change input and output file names as needed | |
| import csv | |
| listofitems = [] | |
| # Get Items | |
| with open('input.csv', newline='') as f: | |
| reader = csv.reader(f) | |
| for row in reader: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am briwilcox on github. | |
| * I am brianwilcox (https://keybase.io/brianwilcox) on keybase. | |
| * I have a public key ASDmMFmUBJ9Eui4dVOWiulZLn5BdQAzCR4oWnnrT_zSnRAo | |
| To claim this, I am signing this object: |