Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 782 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 782 Bytes

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