Thanks to visit codestin.com
Credit goes to github.com

Skip to content

2Pz/me3-manager

Repository files navigation

Mod Engine 3 Manager

Logo

A GUI manager tool designed to simplify the use of me3.

Download and usage

Visit ME3 Manager Help.

Development

Requirements

  • Python 3.13
  • (optional) uv

Developer setup

Option 1: Classic Python setup

Using venv for isolation is strongly recommended.

git clone https://github.com/2Pz/me3-manager.git
cd me3-manager

# Create venv
python -m venv .venv

# Activate venv
# On Linux/macOS:
source .venv/bin/activate
# On Windows:
.venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

# Run the GUI app
me3-manager

Our requirements.txt includes -e ., which installs the project directory as an editable install. You can make changes to the source code, then run me3-manager to see your changes immediately.

Option 2: Modern setup with uv

uv is much faster than pip, and will manage deps and venv for you.

git clone https://github.com/2Pz/me3-manager.git
cd me3-manager

# Run the GUI app
uv run me3-manager

For more development notes, tools, and building, see DEVELOPMENT.md.

Contributing

Contributions are welcome! Please open an issue if you have any questions about what to work on.

License

This project is licensed under the MIT License.

About

A GUI manager tool designed to simplify the use of Mod Engine 3. https://github.com/garyttierney/me3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •