Devlogs
KTJ - Tools I Used
- Chat-GPT
- Chat-GPT was a vital tool that I used to brainstorm ideas.
- I used it mostly to help me write code.
- Initially it started with writing the blueprint with the app entirely.
- Then as the script got longer I had to do it in snippets,
- which taught me a little about what each snippet was responsible for.
- Python
- Python is the programming language I used to write the app.
- Tkinter - the library for creating the GUI
- "Journal Of The Sole Survivor"
- This mod, which is from Fallout 4, was the inspiration for my mod.
- Initially I tried to set up the UI in a similar fashion but it was difficult because of how Python/Tkinter worked.
- I settled for a somewhat similar fashion, with similar buttons.
- And added some ideas of my own.