Metadata-Version: 2.1
Name: imgconvren
Version: 0.0.2
Summary: A package to convert and rename images easily
Home-page: https://github.com/charlescsr/imgconvren
Author: Charles Samuel R
Author-email: rcharles.samuel99@gmail.com
License: UNKNOWN
Description: # imgconvren
        A package to convert and rename images easily
        
        Example in action
        ```
        import convren
        
        path = 'file path'
        
        r = convren.Renamer()
        r.conv_ren(path, 'jpeg', 'test')
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
