a93641b26d
Add some description about this project, and now it has a simple UI (made with Qt) If you don't specify the mode of (interface?) the UI. Launcher will show a crude window that lets you select a mode to start the (real) launcher. Test version data fetching functions. Looks great.
18 lines
687 B
Python
18 lines
687 B
Python
__version__ = "0.0.1"
|
|
__author__ = "wei"
|
|
__email__ = "[email protected]"
|
|
__description__ = """
|
|
A *Minecraft* launcher that I'm still thinking about its name.
|
|
|
|
I made this due to the official Minecraft Launcher is too huge and laggy. I need to wait it over 1 min to launch
|
|
game, and I also think that other launchers are too complicated for most people to use.
|
|
|
|
This launcher should adheres to the following rules:
|
|
|
|
1: Be simple
|
|
2: Be complex at some point (Yeah this rule looks opposite to the first rule)
|
|
3: Be cool and fun
|
|
4: No AI slop (Nobody wants to read spaghetti code that made by AI)
|
|
5: Freedom just like the bird
|
|
"""
|
|
__website__ = "https://repo.weispace.net/wei/Launcher" |