DEV Community

Maxim
Maxim

Posted on

Introducing HruHruLauncher β€” a custom Minecraft launcher written in Python with PySide6

πŸš€ What is this project?

As a personal challenge, I’ve been building an open-source Minecraft launcher completely in Python. It uses PySide6 for the UI and public APIs for version handling and launching.

The goal was to create a modular, clean, and responsive launcher that could one day support both Vanilla and modded Minecraft.


🧰 Tech stack and features

  • 🐍 Python 3.10+
  • 🧩 PySide6 – custom widgets, light/dark themes, animations
  • 🌐 minecraft-launcher-lib – handles authentication, version downloads, launching
  • 🧡 QThread-based worker system – keeps UI responsive during background tasks
  • βš™οΈ Modular codebase: core/, ui/, config/, utils/
  • πŸ—ƒ Settings manager using JSON
  • 🌍 Localization support (via resources.py)
  • πŸ’‘ Custom download threads, UI state updates, error handling

🎯 Why I made this

I love Minecraft and Python, and I wanted to combine the two while also learning more about Qt, multithreading, and architecture. There are many launchers out there, but I wanted to build something from scratch to really understand how it all works.


πŸ›  Try HruHruLauncher

It’s open-source and I’d love your feedback, ideas, or even small contributions!

πŸ‘‰ GitHub: https://github.com/krutoychel24/hru-hru-launcher

Even small suggestions or a ⭐ are appreciated β€” thanks in advance!

Top comments (0)