The makings of an emulator frontend designed for an HTPC and a controller. Definitely a work in progress.
- Install SDL2, SDL2_ttf, SDL2_image
- pyvenv env
- source env/bin/activate
- pip install -r requirements.txt
- python main.py
for file in $(ssh root@192.168.100.2 "ls -a /mnt/Backup/roms/MAME/Roms/" | shuf | head -25); do scp root@192.168.100.2:/mnt/Backup/roms/MAME/Roms/$file .; done