launcher for block game
Go to file
Nix 27c75d1ef2
Some checks failed
Version Change Action / version-release (push) Has been cancelled
Update version.json
2025-01-02 01:41:00 -03:00
.github/workflows Create Build.yml 2024-12-31 15:38:24 -03:00
drums.gif Add files via upload 2024-05-29 05:08:04 -03:00
holiday.ico Add files via upload 2024-10-28 15:15:38 -03:00
launcher_icon.ico Add files via upload 2024-04-19 20:59:35 -03:00
LICENSE Update LICENSE 2024-07-03 14:04:08 -03:00
marroc.ico added the marroc mod manager 2024-04-23 06:43:26 -03:00
marroc.py keyboard support added 2024-12-10 15:47:25 -03:00
missing.png Add files via upload 2024-04-25 11:30:33 -03:00
picodulce.py Update picodulce.py 2025-01-02 01:29:09 -03:00
README.md Update README.md 2025-01-02 01:40:45 -03:00
requirements.txt Update requirements.txt 2024-05-13 19:44:20 -03:00
version.json Update version.json 2025-01-02 01:41:00 -03:00

launcher_icon

Picodulce Launcher

The simple FOSS launcher you been looking for

Latest Release Issues Pull Requests License GitHub Stars

Picodulce is a feature-rich launcher for Minecraft, developed using Qt5. It serves as a graphical user interface (GUI) for the picomc project, providing users with a seamless experience in managing and launching game versions.

imagen

Key Features

  • Version Management: Picodulce is designed to download and launch all available game versions, ensuring users have easy access to the latest updates as well as older versions.
  • Offline and Online Support: Whether you're connected to Microsoft or not, Picodulce ensures you can still enjoy your game by supporting both offline and online modes.
  • Integrated Mod Manager: Includes the Marroc Mod Manager, enabling users to effortlessly manage and customize their game with mods and texturepacks.
  • Custom Theme Support: Create and apply personalized themes with ease. A dedicated repository and guide are available to help you get started.

Installation

If you are on windows you may be more interested in a installer

1. Clone the repository

git clone https://github.com/nixietab/picodulce

2. (Optional) Set Up a Virtual Environment

Setting up a virtual environment is recommended to avoid dependency conflicts. Picodulce relies on the path of the picomc project, and using a virtual environment helps prevent errors.

Create the virtual environment:

python -m venv venv

  • Linux/Mac:
    source venv/bin/activate
  • Windows:
    .\\venv\\Scripts\\activate

Install requirements

Now on the venv you can install the requirements safely

pip install -r requirements.txt

Running the launcher

On the venv run it as a normal python script

python picodulce.py

Just make sure you have Java installed for running the actual game

About the name

The name "Picodulce" comes from a popular Argentinian candy. This reflects the enjoyable and user-friendly experience that the launcher aims to provide, making game management straightforward and pleasant.