Skip to content

brian-bates/kai

Repository files navigation

Kai Logo

Build Status PyPI version License

A Python package that gives you the power to extract any compressed file using the same simple syntax. Just enter:

$ kai yourfile.tar

Kai Demo

Supported Filetypes

  • .zip
  • .tar
  • .tar.gz
  • .tgz
  • .tar.bz2
  • .tbz
  • .rar

Installation

$ pip install kai

Contributing

Want to contribute? Great! Fork and submit a pull request!

Todos

  • Support binzip files
  • Support 7zip files