Metadata-Version: 2.1
Name: wii_music_editor
Version: 2.0.0.dev8
Summary: The ultimate Wii Music modding tool
Author: Benjamin Halko
License: MIT License
        
        Copyright (c) 2024 Benjamin Halko
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/BenjaminHalko/WiiMusicEditorPlus
Project-URL: Discord, https://discord.gg/NC3wYAeCDs
Project-URL: Changelog, https://github.com/BenjaminHalko/WiiMusicEditorPlus/blob/dev/CHANGELOG.md
Project-URL: Wiki, https://github.com/BenjaminHalko/WiiMusicEditorPlus/wiki
Requires-Python: <3.13,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: importlib-metadata
Requires-Dist: mido
Requires-Dist: packaging
Requires-Dist: pretty-midi
Requires-Dist: psutil
Requires-Dist: pypresence
Requires-Dist: pyside6
Requires-Dist: requests
Requires-Dist: setuptools

<img src="https://user-images.githubusercontent.com/73490201/147893121-3ed1ae74-5f3e-45ca-b5d4-2d6a4285a508.png" width="700">

[![Discord](https://img.shields.io/discord/931335263509151846?color=5865F2&label=discord&logo=discord&logoColor=white)](https://discord.gg/NC3wYAeCDs)
![Current Version](https://img.shields.io/badge/dynamic/json?label=version&query=%24.0.tag_name&url=https%3A%2F%2Fapi.github.com%2Frepos%2FBenjaminHalko%2FWiiMusicEditorPlus%2Freleases)
![Downloads](https://img.shields.io/pepy/dt/wii-music-editor)

## Installation
[Download](https://www.python.org/downloads/) and install Python 3.9 or later.

Then, open a terminal and run the following command:
```bash
pip install wii-music-editor
```

## Usage
To run the program, search for `Wii Music Editor` in the start menu, or open a terminal and run the following command:
```bash
wii-music-editor
```

## Bug Reports / Help
If you encounter any bugs or need help, please join the [Discord server](https://discord.gg/NC3wYAeCDs) and ask for help in the `#editor-help` channel.

## Building from Source
To build the program yourself, open a terminal and run the following command:
```bash
git clone https://github.com/BenjaminHalko/WiiMusicEditorPlus.git
cd WiiMusicEditorPlus
pip install -r requirements.txt
python app.py
```
