MixeroTN / ImJustAFish

"I'm just a fish" meme in fullscreen Chrome kiosk window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImJustAFish

"I'm just a fish" meme in fullscreen Google Chrome kiosk window.

Requirements

  • Google Chrome installed.
  • Go Programming Language installed (to build by yourself).

How to setup and run

Install the requirements. Run setup.sh or enter the given commands manually:

cd <project-dir>
go build -ldflags "-H=windowsgui" -o fish.exe src/main.go
./fish.exe

To leave use ALT + F4.

FAQ

  • Windows Defender warns about .exe downloaded from the Releases page!
    The program isn't certified and can be even captured by Defender unless it has been made on your computer.

About

"I'm just a fish" meme in fullscreen Chrome kiosk window

License:MIT License


Languages

Language:Go 47.0%Language:CSS 27.4%Language:HTML 20.8%Language:Shell 4.9%