Tag

prank

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Apr 11, 2024 · Fundamentals

Fun Python Prank Scripts and How to Package Them as Executables

This article showcases several playful Python prank programs, explains how to bundle them into standalone EXE files with PyInstaller, provides the full source code for each script, warns about potential issues, and promotes a free Python learning resource via QR code.

Tutorialprankpyinstaller
0 likes · 5 min read
Fun Python Prank Scripts and How to Package Them as Executables
IT Services Circle
IT Services Circle
Feb 3, 2022 · Information Security

Linus Torvalds' GitHub README Prank and the Underlying Fake‑Commit Vulnerability

On January 25, Linus Torvalds posted a prank README on the Linux GitHub repository titled “delete linux because it sucks,” which exposed a “fake‑commit” vulnerability allowing arbitrary pages to be served via specially crafted URLs, highlighting ongoing security issues in GitHub’s handling of commits and email‑based impersonation.

GitHubLinus TorvaldsOpen-source
0 likes · 4 min read
Linus Torvalds' GitHub README Prank and the Underlying Fake‑Commit Vulnerability
Python Programming Learning Circle
Python Programming Learning Circle
May 22, 2021 · Fundamentals

Five Boring Python Prank Programs and How to Package Them as Executables

This article presents five simple yet mischievous Python scripts—ranging from endless guessing loops to intrusive pop‑ups and automatic browser launches—explains how to bundle them into standalone executables with PyInstaller, and warns about potential system issues.

Tkinterprankpyinstaller
0 likes · 5 min read
Five Boring Python Prank Programs and How to Package Them as Executables