# PyKodi **Repository Path**: mirrors_davisjam/PyKodi ## Basic Information - **Project Name**: PyKodi - **Description**: Module with python APIs to interact with a Kodi media center - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PyKodi ========================= Kodi API module written in Python ## Summary PyKodi is a python module for interaction with a Kodi audio player. The Kodi class offers OO-style APIs using Kodi's JSON-RPC API. Other applications can readily be built on top of it. ## Contributions Contributions are welcome. Contact me if you have questions or suggestions. ## Related projects Arn-O's [py-kodi remote controller](https://github.com/Arn-O/py-kodi-remote-controller) is a python-based CLI to control Kodi. Our goals appear to be identical. I have opted for a more object-oriented style. Unfortunately we chose the same name. ## License Copyright 2016 jamiedavis314