Git Product home page Git Product logo

ddexui's Introduction

Build Status

#DDEXUI

DDEXUI provides a user interface for supplying digital music in a ddex compliant way. It aims to abstract the complexities of ddex for ease of use by smaller independent labels and artists.

DDEXUI is currently in development, but parts of the ddex spec have already been covered.

requires python3.3.

To start the program run:

python metadata_form.py

Installing dependencies

Linux

Assuming you have pip3 installed:

pip install -r requirements.txt

Windows

install pip3:

pip install -r requirements.txt

#install of pillow and lxml will fail. I haven't yet managed to install lxml on windows, but it is only a dependency on the tests

easy_install Pillow

Packaging

DDEXUI uses the awesome cx_freeze library to package itself into a windows executable that can be run without python being installed. To package the current version of the code to an exe, install cx_freeze and run:

python unpackEgg.py Pillow
python setup.py build

this will create the executable version of the program in:

build/exe.win-XX/metadata_form.exe

To run the exe, users will need to install the Microsoft Visual C++ Redistributable Package that matches the processor architecture 32bit 64bit

ddexui's People

Contributors

willm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.