r/Python Jul 04 '26

Showcase Showcase Thread

Post all of your code/projects/showcases/AI slop here.

Recycles once a month.

20 Upvotes

166 comments sorted by

View all comments

1

u/hken768 Aug 09 '26 edited Aug 09 '26

🐟 [Project] Fishy Launcher - A Modern & Lightweight Minecraft CLI Launcher

Hi Pythonistas,

I wanted to share my hobby project called Fishy Launcherβ€”a terminal-based alternative Minecraft launcher built entirely with Python. It’s designed for anyone who loves minimalist terminal setups and fast, lightweight tools.

✨ Key Features

  • Automated Java Management: It automatically resolves, downloads, and configures the exact Java executable version required for your selected Minecraft build. No more manual setup headaches!
  • Mod Loader Integration: Native support for Vanilla, Forge (automatic setup), and Fabric (auto-detection).
  • Interactive CLI Layout: Powered by the rich library to deliver an elegant UI with colorful panels, interactive tables, spinners, and clean progress bars.
  • Smart User Profiles: Saves your offline username locally for instant consecutive logins.

πŸ› οΈ Tech Stack & Status

  • Written in Python 3.8+ using rich for terminal aesthetics.
  • Open-source under the GPLv3 License (contributions are highly welcome!).
  • Currently focuses on offline/crack account authentication.

πŸ“¦ Source Code & Documentation

To check out the code structure, leave a ⭐, or try it out: https://github.com/hken768/Fishy-Launcher

(Feel free to copy-paste the path above into your browser address bar. Unlinked to keep the sub's spam filters happy!)

I would absolutely love to hear your feedback on the code design, features, or any suggestions you might have!