Español | English
An intuitive tool to create and manage Minecraft vanilla and modded servers
PyCraft simplifies the creation of Minecraft servers, allowing you to download, configure, and launch vanilla or modded servers automatically. With support for Forge, Fabric, NeoForge, Quilt, and integrated Modrinth modpack search.
- Vanilla Servers: Create Minecraft vanilla servers with one click
- Modded Servers: Install and manage modded servers with Forge, Fabric, NeoForge, or Quilt
- Modpack Installation: Search and install server modpacks directly from Modrinth
- Client Modpacks: Install modpacks for your Minecraft launcher
- Automatic Configuration: EULA accepted and server.properties configured automatically
- Quick Restart: Server state maintained after stop/crash for instant restart
- Modern UI: Clean interface built with PySide6 (Qt framework)
- Organized Sidebar: Easy navigation with dedicated sections for:
- Home
- Vanilla Server
- Modded Server
- Client Modpacks
- Management (Java & Modpacks)
- Settings
- Real-time Console: 500-line console with syntax highlighting
- Quick Links: Direct access to GitHub, Modrinth, CurseForge
- Java Management: Automatic Java detection and installation with version compatibility
- Crash Detection: Automatic crash detection with direct access to logs and crash reports
- Config Editor: Built-in server.properties editor (enabled after first run)
- Visual Feedback: Button animations and status indicators
- Thread-safe Operations: Reliable server management with proper threading
- Python 3.8+ installed
- Java 17+ (or will be installed automatically)
- Windows 10/11 (Linux and macOS compatible)
- Clone the repository:
git clone https://github.com/OOMrConrado/PyCraft.git
cd PyCraft- Create a virtual environment:
python -m venv .venv
.venv\Scripts\activate # On Windows
source .venv/bin/activate # On Linux/macOS- Install dependencies:
pip install -r requirements.txt- Run the application:
python main.py- Open PyCraft
- Go to "Vanilla Server" in the sidebar
- Select "Create New Server"
- Search and select a Minecraft version
- Choose a destination folder
- Click "Download and Install Server"
- Once completed, click "Start Server"
- Server will generate
server.propertieson first run - Use "Config" button to customize server settings
- Go to "Modded Server" in the sidebar
- Select "Install Server"
- Search for your favorite modpack (e.g., "Create", "ATM9")
- Select the modpack and version
- Choose a destination folder
- Click "Install Modpack"
- PyCraft will download and configure everything automatically
- Click "Start Server" when ready
- In "Modded Server", select "Run Server"
- Choose the server folder
- PyCraft will automatically detect the type (Forge/Fabric/NeoForge/Quilt)
- Click "Start Server"
- Send commands through the console
- Use "Config" to edit server properties (after first run)
- Go to "Client Modpacks" in the sidebar
- Search for a modpack
- Select version and destination
- Click "Install"
- Follow instructions to add to your launcher
- Python 3.x
- PySide6 - Modern Qt-based GUI framework
- QtAwesome - Icon library for beautiful interface
- Requests - API communication
- Threading - Asynchronous operations for smooth UI
PyCraft/
├── main.py # Entry point
├── docs/ # Documentation
│ ├── en/ # English docs
│ └── es/ # Spanish docs
├── src/
│ ├── core/ # Business logic
│ │ ├── api.py # API handlers (Minecraft, Modrinth)
│ │ └── download.py # Download system
│ ├── managers/ # Resource managers
│ │ ├── java/ # Java detection & installation
│ │ ├── server/ # Server management
│ │ └── modpack/ # Modpack installation
│ ├── gui/ # Graphical interface
│ │ └── main_window.py # Main UI
│ └── utils/ # Utilities
└── PyCraft-Files/ # Assets (logo, icons)
For detailed architecture information, see docs/en/STRUCTURE.md
- Home: Welcome page with quick links
- Vanilla Server: Create and manage vanilla servers
- Modded Server: Install and run modded servers
- Client Modpacks: Install modpacks for your launcher
- Management Section:
- Java: Manage Java installations
- Modpacks: View and manage installed client modpacks
- Settings: Application settings and information
- Real-time server output
- Syntax highlighting (errors, warnings, info)
- 500-line buffer for complete logs
- Command input with
/prefix - Visual feedback on command send
- Automatic crash detection
- Modal dialog with crash information
- Direct links to:
- Server logs folder
- Crash reports folder
- Server ready to restart immediately
Contributions are welcome! Please read docs/en/CONTRIBUTING.md for details on the process and code of conduct.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is under the MIT License. See LICENSE for more details.
Conrado Gómez
- GitHub: @OOMrConrado
- Email: conradogomez556@gmail.com