Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Mythical-Github/plutonium_launcher_tui

Repository files navigation

Plutonium Launcher TUI

  • This tool is no longer getting updates, and all of it's functionality has been merged into Shoal.
  • This is a text-based UI launcher for the COD client Plutonium.
  • Click here to download the latest prebuilt exe release.

Features:

  • Supports all games the official Plutonium Launcher does
  • Game mode selection
  • Staging support (testing branch)
  • Theme customization
  • Global argument list
  • Game-specific argument lists
  • Username selection
  • Utility Buttons
  • Automatic game running, with configureable delay

Image Example:

example

Video Example:

plutonium_tui_launcher_example.mp4

App Details:

  • Made for Windows Terminal: The app is designed for Windows Terminal but also works in the standard command prompt.
  • Font Size: Designed for font size 8. Future versions will adjust the font size automatically.
  • Platform Support: Currently tested on Windows, with future plans for atleast modern Ubuntu and Debian Linux installs.
  • Other: Currently only supports Plutonium's LAN mode, if possible, I will change this in the future. Currently token generation is all that is left to do this.

Technologies:

  • Textual - Framework for creating TUI (Text User Interfaces) with Python.
  • Hatch - Modern project management tool for Python.
  • UV - An extremely fast Python package and project manager, written in Rust.
  • PyInstaller - Tool to convert Python programs into standalone executables.
  • Ruff - Fast Python linter and code formatting tool.
  • PyProjectDevTools - A set of generic tools for python applications, using Hatch, UV, and Pyinstaller.