A script that spams multiple windows with Rickroll GIFs.
- Go to releases.
- Download
rickroll.exe
. - Run it and enjoy the chaos! 🎉
- Clone the repository and navigate to the script location.
- Create a Python virtual environment:
python -m venv rickroll_env
- Activate the virtual environment:
- Windows:
.\rickroll_env\Scripts\activate
- macOS/Linux:
source rickroll_env/bin/activate
- Windows:
- Install dependencies:
pip install -r requirements.txt
- Run the script:
python rickroll.py
- Enjoy the chaos! 🎉
- Clone the repository as described in the Python Script section.
- Navigate to the script location.
- Install PyInstaller:
pip install pyinstaller
- Build the executable:
pyinstaller --onefile --noconsole --icon="rickroll_icon.ico" --add-data "rickroll.gif;." --hidden-import=pillow --hidden-import=requests rickroll.py