Skip to content

Text quest adventure game app prototype built with Flask, PyQt6, Gemini AI (LLM)

Notifications You must be signed in to change notification settings

a113ssa/flask-experiment-with-pyqt6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text quest adventure game with GenAI, Flask and PyQT6

In progress...

Prototype video: Linkedin Post

How to run the project:

✶ Clone the repository

git clone https://github.com/a113ssa/flask-experiment-with-pyqt6.git

✶ Create a virtual environment

python -m venv .venv

✶ Activate the virtual environment

source .venv/bin/activate

✶ Install the requirements

pip install -r requirements.txt

✶ Clone .flaskenv.example to .flaskenv and fill in the required fields. Get the GOOGLE_API_KEY for Gemini

✶ Run the project

flask run | python qt.py

✶ Open the browser and go to http://127.0.0.1:5000/api-docs to get Swagger documentation

About

Text quest adventure game app prototype built with Flask, PyQt6, Gemini AI (LLM)

Topics

Resources

Stars

Watchers

Forks

Languages