Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🪙 Plinko Temp File Cleaner (Python)

A fun and experimental Plinko-style game that visualizes the process of deleting temporary files on a Windows system.
Built with pygame, this project combines gameplay and utility in a unique way.

⚠️ WARNING: This game can delete real files when testmode = False.
Use it at your own risk. This project is for educational and experimental purposes only.


🎮 How to Play

  • The game simulates a Plinko board.
  • When balls fall and land in slots, they trigger the deletion of Windows temporary files (if testmode = False).
  • You can watch the progress in real-time.

🛠️ Setup & Requirements

  • Requires Python 3.x
  • Install dependencies:
pip install pygame
  • Run the game:
python plinko.py

By default, the game runs in test mode (no real files are deleted).


⚙️ Enabling Real File Deletion

To actually delete Windows temp files, set:

testmode = False

⚠️ Use responsibly — once enabled, the script will attempt to clean up C:\Windows\Temp and %TEMP%.


📄 Disclaimer

This script is provided as-is, without warranty of any kind.
I am not responsible for any damage, data loss, or misuse of this code.
You use this project at your own risk.


✅ Educational Use Only

This project was made for learning purposes.
It demonstrates file operations, randomness, and pygame in an interactive form.


📄 License

This project is licensed — see the LICENSE file for details.

About

A fun way to delete windows temp files through a game of plinko. Gamble your Temporary Files away until you run out of Temporary files..

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages