Skip to content

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

License

Notifications You must be signed in to change notification settings

MixeroTN/ImJustAFish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.