Files
Launcher/__init__.py
T

19 lines
699 B
Python
Raw Normal View History

2026-08-04 17:41:11 +08:00
__version__ = "0.0.6"
2026-07-10 23:27:21 +08:00
__author__ = "wei"
__email__ = "[email protected]"
__description__ = """
2026-08-03 00:40:16 +08:00
A *Minecraft* launcher that I still haven't named.
2026-07-10 23:27:21 +08:00
2026-08-03 00:40:16 +08:00
I made this because the official Minecraft Launcher is too large and slow. I have to wait over a minute to launch
the game, and I believe a launcher should be simple, lightweight, and easy to use.
2026-07-10 23:27:21 +08:00
2026-08-03 00:40:16 +08:00
This launcher should adhere to the following rules:
2026-07-10 23:27:21 +08:00
1: Be simple
2: Be complex at some point (Yeah this rule looks opposite to the first rule)
3: Be cool and fun
2026-08-03 00:40:16 +08:00
4: No AI slop (Nobody wants to read spaghetti code generated by AI)
5: Freedom like a bird (This project uses the MIT license)
2026-07-10 23:27:21 +08:00
"""
2026-08-03 00:40:16 +08:00
__website__ = "https://repo.weispace.net/wei/Launcher"