Enygma2002 / simsPlumbob

Python script and bash example of manually controlling the Sims4 Plumbob USB lamp/gadget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simsPlumbob

Python script and bash example of manually controlling the Sims4 Plumbob USB lamp/gadget.

The simsPlumbob.py script takes 3 parameters:

  • Red
  • Green
  • Blue

... integer values from 0 to 255 and needs to be run as root.

Example:

sudo python simsPlumbob.py 255 0 0

Examples:

There are 2 provided examples, both need to be ran as root:

  • police.sh - very basic bash script that flashes red and blue colors intermitently

    sudo sh police.sh
    

    Demo video:

    police.sh

  • random.sh - flashes random colors at random fractions of a second intervals

    sudo sh random.sh
    

    Demo video:

    random.sh

Credits:

Inspired by [@nmilford/stormLauncher](https://github.com/nmilford/stormLauncher)

About

Python script and bash example of manually controlling the Sims4 Plumbob USB lamp/gadget

License:GNU General Public License v3.0


Languages

Language:Python 59.3%Language:Shell 40.7%