Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 955 Bytes

README.md

File metadata and controls

43 lines (33 loc) · 955 Bytes

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