pppps2pc

Extremely simple tool to enable the ParaParaParadise PS2 controller on a PC.

https://github.com/tatsh/pppps2pc

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.6%) to scientific vocabulary

Keywords

controller para-para-paradise peripherals ps2 udev usb utilities
Last synced: 4 months ago · JSON representation ·

Repository

Extremely simple tool to enable the ParaParaParadise PS2 controller on a PC.

Basic Info
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
controller para-para-paradise peripherals ps2 udev usb utilities
Created over 2 years ago · Last pushed 4 months ago
Metadata Files
Readme Changelog Contributing Funding License Citation Codeowners Security

README.md

pppps2pc

Python versions PyPI - Version GitHub tag (with filter) License GitHub commits since latest release (by SemVer including pre-releases) CodeQL QA Tests Coverage Status Documentation Status mypy pre-commit pydocstyle pytest Ruff Downloads Stargazers

@Tatsh Mastodon Follow

Extremely simple tool to enable the ParaParaParadise PS2 controller on a PC.

Check out the Linux kernel module and the PS2 driver (IRX) 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. ```

Owner

  • Login: Tatsh
  • Kind: user

Citation (CITATION.cff)

authors:
  - family-names: 'Udvare'
    given-names: 'Andrew'
cff-version: '1.2.0'
date-released: '2025-05-13'
message: 'If you use this software, please cite it as below.'
title: 'pppps2pc'
version: '0.1.1'

GitHub Events

Total
  • Watch event: 1
  • Delete event: 32
  • Issue comment event: 9
  • Push event: 41
  • Pull request event: 57
  • Create event: 28
Last Year
  • Watch event: 1
  • Delete event: 32
  • Issue comment event: 9
  • Push event: 41
  • Pull request event: 57
  • Create event: 28

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 1
  • Total pull requests: 132
  • Average time to close issues: about 12 hours
  • Average time to close pull requests: 3 days
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.33
  • Merged pull requests: 125
  • Bot issues: 0
  • Bot pull requests: 124
Past Year
  • Issues: 0
  • Pull requests: 56
  • Average time to close issues: N/A
  • Average time to close pull requests: about 11 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.41
  • Merged pull requests: 51
  • Bot issues: 0
  • Bot pull requests: 56
Top Authors
Issue Authors
  • ghost (1)
Pull Request Authors
  • dependabot[bot] (165)
  • ghost (4)
  • Tatsh (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (165) python (124) javascript (32)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 22 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
pypi.org: pppps2pc

Extremely simple tool to enable the ParaParaParadise PS2 controller on a PC.

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 22 Last month
Rankings
Dependent packages count: 7.1%
Average: 19.8%
Dependent repos count: 32.5%
Maintainers (1)
Last synced: 4 months ago

Dependencies

.github/workflows/close-inactive.yml actions
  • actions/stale v5 composite
.github/workflows/qa.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
package.json npm
  • cspell ^6.31.1 development
  • prettier ^2.8.7 development
  • prettier-plugin-ini ^1.1.0 development
  • prettier-plugin-toml ^0.3.1 development
yarn.lock npm
  • 180 dependencies
poetry.lock pypi
  • astroid 2.15.4
  • bleach 6.0.0
  • certifi 2022.12.7
  • cffi 1.15.1
  • charset-normalizer 3.1.0
  • colorama 0.4.6
  • cryptography 41.0.0
  • dill 0.3.6
  • docutils 0.19
  • hidapi 0.14.0
  • idna 3.4
  • importlib-metadata 6.7.0
  • isort 5.12.0
  • jaraco-classes 3.2.3
  • jeepney 0.8.0
  • keyring 23.13.1
  • lazy-object-proxy 1.9.0
  • markdown-it-py 2.2.0
  • mccabe 0.7.0
  • mdurl 0.1.2
  • more-itertools 9.1.0
  • mypy 1.4.1
  • mypy-extensions 1.0.0
  • packaging 23.1
  • pkginfo 1.9.6
  • platformdirs 3.8.0
  • pycparser 2.21
  • pygments 2.15.1
  • pylint 2.17.4
  • pylint-quotes 0.2.3
  • pytoolconfig 1.2.5
  • pywin32-ctypes 0.2.0
  • readme-renderer 37.3
  • requests 2.31.0
  • requests-toolbelt 0.10.1
  • rfc3986 2.0.0
  • rich 13.3.4
  • rope 1.9.0
  • secretstorage 3.3.3
  • setuptools 67.7.1
  • six 1.16.0
  • toml 0.10.2
  • tomli 2.0.1
  • tomlkit 0.11.7
  • twine 4.0.2
  • typing-extensions 4.5.0
  • urllib3 1.26.15
  • webencodings 0.5.1
  • wheel 0.40.0
  • wrapt 1.15.0
  • yapf 0.40.1
  • zipp 3.15.0
pyproject.toml pypi
  • hidapi >=0.13.1,<0.15.0
  • python ^3.10