A fully-realize version of my Instant Rickroll prototype from a year ago
This repo DOES include a .mp4 of the official "Never Gonna Give You Up" music video (source: https://www.youtube.com/watch?v=dQw4w9WgXcQ). If Rick Astley or his record label has a problem with this, I will remove the video from the repo and rewrite the instructions to include obtaining and zipping your own copy.
The code has been modified to support loading the video from an EXE instead of having to decompress a .zip first Simply run the EXE and it'll play. The tricky part is making someone run that EXE...
- Install Python 3.9 or later
- Install auto-py-to-exe and run it
- Load the build.json file
- Point the program to main.py if it isn't already
- Verify that the files audio.mp3 and video.mp4 are set to be added to the EXE
- Set the icon to whatever you want
- Build!
If you want to customize the icon, you have 2 options:
- Use Resource Hacker to replace the ico of the EXE manually
- Follow the steps above to build from source with a custom ico