Python app to simulate the omnimatrix/omnitrix from the Ben 10 TV series.
Go to file
2021-05-05 05:02:46 -04:00
res transparency added 2021-05-03 17:31:06 -04:00
.gitignore remove setup files 2021-05-05 05:02:46 -04:00
aliens.py formating 2021-05-03 19:25:36 -04:00
functions.py formating 2021-05-03 19:25:36 -04:00
LICENSE Initial commit 2021-04-27 03:14:21 -04:00
omnitrix.py renamed main file 2021-05-05 03:45:44 -04:00
README.md renamed main file 2021-05-05 03:45:44 -04:00
setup.cfg idk what this file is for 2021-05-05 04:26:17 -04:00
setup.py minor changes 2021-05-05 04:50:27 -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 omnitrix.py --hidden-import='PIL._tkinter_finder'