Metadata-Version: 1.1
Name: pyil-converter
Version: 0.5.3.4
Summary: Convert files to the format you want!
Home-page: https://wasted123.github.io/pyil/
Author: G.M
Author-email: G.Mpydev@gmail.com
License: MIT
Description: pyil-converter:
        The better and easier way to convert the
        format of a file.
        
        Basic usage:
            For now, pyil only support text file, but
        more will be added. Coded in UTF-8
        to use, simply do:
        >>>import pyil
        >>>file=pyil.open('file type',C:\\example.txt','c:\\example_file without extension')
        >>>file.what_ever()
        >>>file.close()
        
        If you have any suggestion, contact me at my email, G.Mpydev@gmail.com,
        my site is https://wasted123.github.io/pyil/  :)
        
Keywords: file,format,extension,reformatting,converting,data
Platform: win32
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: Microsoft :: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Natural Language :: English
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
