eeriemyxi / mechvibes-lite

Lightweight CLI version of Mechvibes by hainguyents13 using Python 3.10.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is a lightweight CLI-based version of Mechvibes. No Electron. Only supports Linux and Windows. (See why).

Features

  • Full support for themes made for the original Mechvibes.
  • Easy CLI interface.
    • mvibes run runs the app.
    • mvibes run --with active_theme.id=eg-oreo overrides the active theme specified in configuration.yml. You can override any option in the file using this option. You are allowed to use this option multiple times like this: mvibes run --with key1.sub_key1=value --with key2.sub_key2=value.
    • See mvibes --help for more information.
  • Default themes same as the original Mechvibes, see themes.

Instructions to Install

See the wiki page for instructions to install.

Usage

See the wiki page for a guide to using this project.

Configuration

Configuration is done in the configuration.yml file. See the wiki page for documentation.

Contributing

Thank you for your interest. Please see CONTRIBUTING.md.

License

This project is licensed under the MIT license.

About

Lightweight CLI version of Mechvibes by hainguyents13 using Python 3.10.

License:MIT License


Languages

Language:Python 99.2%Language:Makefile 0.8%