Metadata-Version: 2.2
Name: pylizlib
Version: 0.0.4
Summary: Script to convert files to UTF-8.
Author: Gabliz
Author-email: 
Keywords: python,encoding,utf-8
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: summary


# CUFT
Little script to convert the encoding of any text into UTF-8 (With BOM).

## Installation
```bash
pip install cuft
```

