About 21,100 results
Open links in new tab
  1. joyfl · PyPI

    Nov 21, 2025 · A minimal but elegant dialect of Joy, a functional / concatenative stack language.

  2. ajoycon · PyPI

    Oct 3, 2025 · Project description ajoycon Modern async Python driver for Nintendo Switch Joy-Con controllers Fork of tokoroten-lab/joycon-python Install Using uv (recommended) uv add ajoycon …

  3. joycon-python · PyPI

    May 19, 2020 · Python driver for Nintendo Switch Joy-Con We are referring to dekuNukem/Nintendo_Switch_Reverse_Engineering Install pip install joycon-python hidapi pyglm …

  4. joy · PyPI

    Mar 26, 2023 · joy 0.0.1 pip install joy Copy PIP instructions Latest version Released: Mar 26, 2023

  5. joypy · PyPI

    Dec 19, 2021 · Joyplots in python

  6. pyjoystick · PyPI

    Oct 14, 2021 · Simple Example from pyjoystick.sdl2 import Key, Joystick, run_event_loop def print_add(joy): print('Added', joy) def print_remove(joy): print('Removed', joy) def key_received(key): …

  7. pyvjoystick · PyPI

    Jun 3, 2022 · Python bindings for vJoy

  8. pdir2 · PyPI

    Nov 28, 2025 · pdir2: Pretty dir () printing with joy Have you ever dreamed of a better output of dir()? I do. So I created this. Features Attributes are grouped by types/functionalities, with beautiful colors. …

  9. evol · PyPI

    Apr 7, 2022 · Evol is clear dsl for composable evolutionary algorithms that optimised for joy. Installation We currently support python3.6 and python3.7 and you can install it via pip. pip install evol …

  10. pygame-input · PyPI

    Apr 2, 2020 · JoyAxisTrigger(axis, threshold=0.5, above=True, joy_id=0) that matches when an axis has a value above threshold (or below if above=False) We will also add an Axis so our player can move …