
The Creationist Bot is a Python-based application designed to make automated inputs for game titles from Bethesda Game Studios.
This project serves as a Proof-of-Concept for creating automation testing tools for game development, namely for QA purposes.



As is, the application uses the pyautogui package to mimic user inputs through keyboard/mouse and doesn't directly inject code into the game itself (for now).
It works by loading keybindings from a secondary SCRIPT INTO THE MAIN APPLICATION, WHERE FUNCTIONS CAN be queued UP IN A SEQUENCE FOR GAME INPUT.
BECAUSE THIS DOESN'T INJECT CODE INTO THE GAME SPECIFICALLY, THE PROGRAM CAN HAVE OTHER APPLICATIONS BEYOND JUST CREATION ENGINE-PRODUCED GAMES.

THE REPOSITORY FOR THIS PROJECT IS CURRENTLY ON GITHUB AND IS A WORK IN PROGRESS. This project serves as a Proof-of-Concept for creating automation and testing tools for game development, namely for QA purposes.