Python app to simulate the omnimatrix/omnitrix from the Ben 10 TV series.
Go to file
superdimensional a06d9e48ef compile command
2021-05-05 03:38:32 -04:00
res transparency added 2021-05-03 17:31:06 -04:00
.gitignore ignore test files and folders 2021-05-05 02:51:18 -04:00
aliens.py formating 2021-05-03 19:25:36 -04:00
ben10.py background color is now a var 2021-05-03 19:26:01 -04:00
functions.py formating 2021-05-03 19:25:36 -04:00
LICENSE Initial commit 2021-04-27 03:14:21 -04:00
README.md compile command 2021-05-05 03:38:32 -04:00
setup.py pip setup script 2021-05-05 03:38:13 -04:00

raspberry-pi-omnitrix

An app made to simulate the omnitrix from the ben 10 TV series.

planned features:

  • color changing background
  • keybinds
  • available pip download

Misc.

compile with: pyinstaller --onefile ben10.py --hidden-import='PIL._tkinter_finder'