rvillamil / itunesratingbar

Site for 'iTunesRatingBar' macOS application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iTunes Quick Rating Bar

Description

Very simple itunes rating menu bar app for macOS

Usage

import into XCode and compile

Changing itunes bridge

The sbhc.py script leverages the Python bindings for libclang. You must install these bindings before running the script. You'll also need to install the Xcode command line tools.

Install python 'clang' module.

$sudo easy_install clang

Now, you can generate itunes swift bridge

./createItunesBridge.sh

Special thank's to Tony Ingraldi for python scripts and samples

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Site for 'iTunesRatingBar' macOS application

License:MIT License


Languages

Language:Swift 57.2%Language:Objective-C 26.6%Language:Python 15.1%Language:Shell 1.1%