This project is a Python application called "Partner Connect" that aims to strengthen connections between partners by prompting them with random discussion questions.
- Loads questions from a JSON file.
- Tracks displayed questions to avoid repetition.
- Displays a random question and its category on the UI.
- Signals completion when all questions have been displayed.
List any software, libraries, or tools that need to be installed before running your program. For example:
- Python 3.13
- Poetry
poetry install
python path/to/main.py