All Projects → sammko → picomc

sammko / picomc

Licence: MIT license
A tiny CLI Minecraft launcher

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to picomc

Uzurion-Launcher
Custom launcher for modded minecraft written in electron.js and Node.js (premium and crack)
Stars: ✭ 120 (+135.29%)
Mutual labels:  minecraft-launcher
Epherome
Powerful Minecraft Launcher
Stars: ✭ 116 (+127.45%)
Mutual labels:  minecraft-launcher
Hmcl
A Minecraft Launcher which is multi-functional, cross-platform and popular
Stars: ✭ 3,362 (+6492.16%)
Mutual labels:  minecraft-launcher
GBCLV3
Goose Bomb's Minecraft Client Launcher
Stars: ✭ 50 (-1.96%)
Mutual labels:  minecraft-launcher
CmlLib.Core
.NET Minecraft Launcher Library. All Version, Auth, Forge, Java, Crossplatform
Stars: ✭ 87 (+70.59%)
Mutual labels:  minecraft-launcher
ProjBobcat
The next generation Minecraft launcher core written in C# providing the freest, fastest and the most complete experience.
Stars: ✭ 80 (+56.86%)
Mutual labels:  minecraft-launcher
minecrowdcontrol
Minecraft Crowd Control Plugin
Stars: ✭ 19 (-62.75%)
Mutual labels:  minecraft-launcher
mcpelauncher
Launch MCPE on macOS! (archived-- has been merged back upstream)
Stars: ✭ 12 (-76.47%)
Mutual labels:  minecraft-launcher
gomclauncher
A Minecraft Launcher
Stars: ✭ 58 (+13.73%)
Mutual labels:  minecraft-launcher
Alicorn
A high performance custom Minecraft launcher.
Stars: ✭ 26 (-49.02%)
Mutual labels:  minecraft-launcher
Launcher
Улучшеный Minecraft лаунчер на основе sashok's742 v3
Stars: ✭ 75 (+47.06%)
Mutual labels:  minecraft-launcher
JMCCC
[This project has been discontinued.] A powerful open-source library for launching and downloading Minecraft.
Stars: ✭ 103 (+101.96%)
Mutual labels:  minecraft-launcher
PolyMC
A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC)
Stars: ✭ 1,961 (+3745.1%)
Mutual labels:  minecraft-launcher
multifold
The next-generation cross-platform Minecraft Launcher.
Stars: ✭ 30 (-41.18%)
Mutual labels:  minecraft-launcher
PureLauncher
🚀🎉✨An awesome Minecraft Launcher.
Stars: ✭ 51 (+0%)
Mutual labels:  minecraft-launcher
Minecraft-Box-Launcher
Open source Minecraft Java Edition launcher built with ElectronJS
Stars: ✭ 19 (-62.75%)
Mutual labels:  minecraft-launcher
minecraft-launcher-core-node
Provide packages to install Minecraft, launch Minecraft and more to build launcher with NodeJs/Electron!
Stars: ✭ 126 (+147.06%)
Mutual labels:  minecraft-launcher

picomc

picomc is a cross-platform command-line Minecraft launcher. It supports all(?) officialy available Minecraft versions, account switching and multiple separate instances of the game. The on-disk launcher file structure mimics the vanilla launcher and as such most mod installers (such as forge, fabric or optifine) should work with picomc just fine, though you will have to change the installation path. Don't hesitate to report any problems you run into.

Installation

The easiest and most portable way to install picomc is using pip, from the Python Package Index (PyPI):

pip install picomc

Depending on your configuration, you may either have to run this command with elevated privileges (using e.g. sudo) or add the --user flag like this:

pip install --user picomc

Usage

The quickest way to get started is to run

picomc play

which, on the first launch, will ask you for your account details, create an instance named default using the latest version of Minecraft and launch it.

Of course, more advanced features are available. Try running

picomc --help

and you should be able to figure it out. More detailed documentation may appear someday in the future.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].