Skip to content

AninaRJ/contentful-management-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python UI Module

This project contains a simple Python UI module using PySide6.

Requirements

  • Python 3.7+
  • PySide6

Installation

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

Usage

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.

About

Python modules to add CMS entries for songs and albums

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages