https://github.com/tatsh/pppps2pc
Extremely simple tool to enable the ParaParaParadise PS2 controller on a PC.
https://github.com/tatsh/pppps2pc
controller para-para-paradise peripherals ps2 udev usb utilities
Last synced: about 2 months ago
JSON representation
Extremely simple tool to enable the ParaParaParadise PS2 controller on a PC.
- Host: GitHub
- URL: https://github.com/tatsh/pppps2pc
- Owner: Tatsh
- License: mit
- Created: 2023-04-21T10:29:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-05-02T12:08:48.000Z (about 2 months ago)
- Last Synced: 2026-05-02T14:11:46.870Z (about 2 months ago)
- Topics: controller, para-para-paradise, peripherals, ps2, udev, usb, utilities
- Language: C
- Homepage: https://tatsh.github.io/pppps2pc/
- Size: 7.13 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Citation: CITATION.cff
- Codeowners: CODEOWNERS
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# pppps2pc
[](https://www.python.org/)
[](https://pypi.org/project/pppps2pc/)
[](https://github.com/Tatsh/pppps2pc/tags)
[](https://github.com/Tatsh/pppps2pc/blob/master/LICENSE.txt)
[](https://github.com/Tatsh/pppps2pc/compare/v0.1.3...master)
[](https://github.com/Tatsh/pppps2pc/actions/workflows/codeql.yml)
[](https://github.com/Tatsh/pppps2pc/actions/workflows/qa.yml)
[](https://github.com/Tatsh/pppps2pc/actions/workflows/tests.yml)
[](https://coveralls.io/github/Tatsh/pppps2pc?branch=master)
[](https://github.com/dependabot)
[](https://pppps2pc.readthedocs.org/?badge=latest)
[](https://mypy-lang.org/)
[](https://docs.astral.sh/uv/)
[](https://docs.pytest.org/en/stable/)
[](https://github.com/astral-sh/ruff)
[](https://pepy.tech/project/pppps2pc)
[](https://github.com/Tatsh/pppps2pc/stargazers)
[](https://github.com/pre-commit/pre-commit)
[](https://prettier.io/)
[](https://bsky.app/profile/Tatsh.bsky.social)
[](https://buymeacoffee.com/Tatsh)
[](irc://irc.libera.chat/Tatsh)
[](https://hostux.social/@Tatsh)
[](https://www.patreon.com/Tatsh2)
Extremely simple tool to enable the ParaParaParadise PS2 controller on a PC.
Check out the [Linux kernel module](https://github.com/Tatsh/pppps2pc/tree/master/kernel) and the
[PS2 driver (IRX) decompile](https://github.com/Tatsh/pppps2pc/tree/master/ps2-decompile).
## Installation
### Poetry
```shell
poetry add pppps2pc
```
### Pip
```shell
pip install pppps2pc
```
## Usage
```shell
Usage: ps2para [OPTIONS] COMMAND [ARGS]...
PS2 ParaParaParadise controller tool.
Options:
-h, --help Show this message and exit.
Commands:
enable Enable a PS2 ParaParaParadise controller.
install-udev-rules Install udev rules for the device.
```