Metadata-Version: 2.1
Name: polyglots
Version: 1.0.6
Summary: Create polyglots for different file types
Home-page: https://github.com/donno2048/polyglots
Author: Elisha Hollander
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# Polyglots

Create polyglots for different file types

To understand better what this does read the [example readme](https://github.com/donno2048/polyglots/tree/main/example)

## Install

You might need to install Tkinter to use it (pre-installed on Windows):

`sudo apt-get install python3-tk -y`

### From PyPI

`python3 -m pip install polyglots`

### From GitHub (recommended)

`python3 -m pip install git+https://github.com/donno2048/polyglots`

## Use

To use it just run:

```sh
polyglots
```

[Available formats:](https://github.com/donno2048/polyglots/blob/main/polyglots/__init__.py#L297)

arj, ar, bmp, cpio, cab, ebml, flac, flv, gif, icc, ico, ilda, java, jp2, jpg, lnk, id3v2, nes, ogg, pcap, pcapng, pe_hdr, pe_sec, png, psd, riff, svg, tiff, wasm, xz, 7z, mp4, pdf, gzip, bzip2, postscript, zip, rar, rtf, dcm, tar, pdfc, iso, id3v1


