• 0

    posted a message on jdMinecraftLauncher - A oldstyle Launcher written in Python

    Thank you for your feedback!


    I will add a few features you has suggested. Portable instalaltion works with copying the source code to any location. You just need the dependencies.

    Posted in: Minecraft Tools
  • 1

    posted a message on jdMinecraftLauncher - A oldstyle Launcher written in Python

    jdMinecraftLauncher is a Minecraft Launcher written in Python. It is a reimplementation of the old launcher, because I hate the new one. You can find screenshots in the Attachments. The Intercae is aviable in German and Englisch.


    Get the source on GitLab

    Instalation:

    Unfortunately there is no binary aviable yet, so you have to install Python to use it.

    1. Install Python

    2. Open a cmd

    3. Run

    pip install jdMinecraftLauncher


    4. Now you can execute the Launcher by running

    jdminecraftlauncher


    in the cmd


    The functions that I use to install and start Minecraft are outsourced in a own library, so you can use it to write your own Launcher.

    Posted in: Minecraft Tools
  • To post a comment, please .