2026-06-01 14:27:53 +01:00
2026-06-01 01:21:37 +01:00
2026-06-01 01:25:58 +01:00
2026-06-01 01:21:37 +01:00

JWTF Tools

A collection of utility tools for development and testing.

Tools

Fake Media

Generates large collections of placeholder PNG images for testing without downloading real files. Supports a terminal UI and a non-interactive CLI mode. Configurable image sizes, folder structure, file counts, and naming prefixes — uses only Python's standard library.

python3 fake-media/generate_fake_media.py

Fake Wheel

Emulates a Logitech G29 Racing Wheel as a virtual Linux input device via /dev/uinput. Useful for testing applications that consume gamepad/wheel input without needing physical hardware. Simulates steering, throttle, brake, and button events automatically.

sudo python3 fake-wheel/fake_wheel_uinput.py

Requires Linux with the uinput kernel module and either root access or a user in the input group.

S
Description
No description provided
Readme 68 KiB
Languages
Python 57.3%
Rust 42%
Shell 0.7%