SozinovD / honk_screen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

honk_screen

It takes 5 pictures of Honka and lets them fall and rotate randomly

Example screenshot

Requies

  • python >=3.9.6
  • pygame

python -m pip install pygame

To run

  1. Clone this repo

git clone https://github.com/SozinovD/honk_screen

  1. go to repo dir

cd honk_screen

  1. Run main screen

python Honka_fullscreen.py

  1. Press "ESC" to exit

To make an executable file (Windows)

  1. Install pyinstaller

python -m pip install pyinstaller

  1. Run this command in project dir

pyinstaller.exe '.\Honka_fullscreen.py' --onefile --noconsole --add-data='*.png;.'

About


Languages

Language:Python 100.0%