Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 968 Bytes

File metadata and controls

60 lines (40 loc) · 968 Bytes

Installation

Install KillerTools on your platform.

Requirements

  • Python 3.11 or higher
  • pip or pipx

Installation Methods

Using pipx (Recommended)

pipx install killertools

Using pip

pip install killertools

Using Poetry (Development)

git clone https://github.com/VoxHash/KillerTools.git
cd KillerTools
poetry install
poetry run killertools --help

Verify Installation

killertools --help

Platform-Specific Notes

Windows

  • Works with Python from python.org or Microsoft Store
  • GUI requires proper display configuration

macOS

  • Works with Homebrew Python or python.org Python
  • May require Xcode Command Line Tools

Linux

  • Works with system Python or pyenv
  • GUI requires X11 or Wayland

Troubleshooting

See Troubleshooting Guide for common issues.

Next Steps