Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1007 Bytes

README.md

File metadata and controls

63 lines (39 loc) · 1007 Bytes

XJ System

xj system

Dependency

  • Pyxel
  • Pygame

Setup

Execute following command for installing xj_python library:

$ pip3 install xj_python

Recommended input device is X-TOUCH MINI(MIDI).

You can operate XJ system with normal keyboard.

Usage

Test commands:

$ git clone https://github.com/karaage0703/xj_python
$ cd xj_python/examples
$ python3 color.py

If you can see black window, program is OK.

Press 'E' or 'R' of keyboard button. You can see changing color of window.

Custom and hack and enjoy XJ system!

Update PyPI package

  1. Change version of setup.py

  2. Build pip package:

$ ./build_pip_package.sh
  1. Upload pip package to PyPI
$ twine upload --repository pypi dist/xj_python-*.tar.gz

License

This software is released under the MIT License, see LICENSE.

Authors

karaage0703

References