Install Snowcat on Debian

  1. Find the latest release here
  2. Download snowcat_debian
  3. Have fun!



Or build from source:

  1. sudo apt install python-tk
  2. Clone the repo
  3. $ python -m venv .venv
  4. $ source .venv/bin/activate
  5. $ pip install -r requirements.txt
  6. $ pyinstaller --onefile main.py
  7. Look in the dist directory... and there is your binary!