This project contains a simple Python UI module using PySide6.
- Python 3.7+
- PySide6
Create and activate a virtual environment:
python3 -m venv .venv
source .venv/bin/activate
Install dependencies inside the virtual environment:
pip install PySide6 python-dotenv contentful-management
Run the UI module with:
python ui_module.py
A window will appear with controls to add lyricists and singers to Contentful. Ensure your environment variables are set in a .env file for API access.