Skip to content

GameFriendsTeam/C-McLauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 C-McLauncher

A lightweight Minecraft launcher built with Python 3.12.

Note 🎯: This is a fun/non-serious project. Use at your own discretion!

✨ Features

  • 🔐 Microsoft account authentication (working implementation)
  • ⚙️ Customizable launch parameters
  • 💻 Simple CLI interface
  • 🐍 Python 3.12+ compatibility
  • 📣 Next steps:
    • Support for Loguru
    • Add optional download of fabric and forge
      • Fabric
      • Forge (Can't choose)
    • Improve authentication
      • Fix opening browser on Android
      • Remember Microsoft account
    • Refactoring
    • Add selection version(s) to download

📋 Requirements

  • Python 3.12+
  • Pip package manager

🔧 Installation

  1. Clone this repository:
git clone https://github.com/your-username/C-McLauncher.git
cd C-McLauncher
  1. Install dependencies:
pip3 install -r requirements.txt
  1. Running:
python3 main.py

🚀 Usage

View help menu:

python3 main.py -h

Run with using args:

python3 main.py --without_auth --username YouUsername --version 1.21.8

🔑 Authentication

Microsoft authentication is currently supported and functional. You'll be prompted to authenticate through your browser when first launching.

⚠️ Disclaimer

This project is not affiliated with Mojang AB or Microsoft. Minecraft is a trademark of Mojang Studios.

About

A lightweight Minecraft launcher built with Python 3.12

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages