DEV Community

M.Rithish
M.Rithish

Posted on

I'm 15 and Finally Finished a Project

I have 50 repos on GitHub. Almost all abandoned.

This is the first one I actually finished.

What I Built

WinOptima - A lightweight Windows optimizer
built with Python + Tkinter.

It does simple stuff:

  • Cleans temporary files
  • Disables unnecessary animations
  • Gaming mode (stops background apps)
  • Creates restore points before any changes

Why I Built It

My laptop is slow. CCleaner got bloated.
I figured I could build something simpler.

What I Learned

  • Python subprocess module
  • Tkinter GUI development
  • Windows system commands
  • PyInstaller for packaging
  • The hardest part: actually finishing

The Code

GitHub: https://github.com/Leodas-code/Windows-Optimizer-Pack

I'd love honest feedback. Roast my code.
Tell me what I'm doing wrong.

I'm 15 and trying to learn.

Top comments (0)