GitHunt
CA

calexil/FightstickDisplay

A simple program written in python and built on pyglet, used to display fightstick inputs on screen for streaming and testing purposes

Fightstick Display

Build Status CodeFactor GitHub issues GitHub stars GitHub forks

A simple program written in python to display fightstick inputs.

Screenshots

Prerequisites βœ”οΈ

  • python(3.7+)

Installation & Usage πŸ’Ύ

  • Clone the git
    git clone https://github.com/calexil/FightstickDisplay.git
  • If you desire, make a launcher with fightstick.sh or fightstick_hb.sh as the startup script.
  • Most fightsticks will be mapped correctly by default, but if yours is not
    simply open the theme/layout.ini or theme/layouthb.ini file and tinker with it until its mapped correctly.
    Usually only the rt/lt/rb/lb buttons get mixed up a little. If your fightstick is not detected
    at all, let us know by clicking here!
  • For troubleshooting, launch the program with "-D", "-d" or "--debug" to print button values to the terminal for troubleshooting: python3 fightstick.py --debug or python3 fightstick_hb.py --debug
  • You can also use your own images for all items, and if you like different color buttons, just be sure to edit the image names to match in the main program
  • Enjoy

Current Version πŸ“°

Version 2.0 Watch it in action here

Contributors: πŸ‘₯

Donate πŸ’²

This software is provided free of charge, but it certainly took time and effort to make, please consider

Languages

Python100.0%Shell0.0%

Contributors

GNU General Public License v3.0
Created March 11, 2017
Updated March 12, 2026
calexil/FightstickDisplay | GitHunt