Metadata-Version: 2.1
Name: pythonImageConverter
Version: 1.0.0
Summary: Convert image types using CLI
Home-page: http://github.com/Johntheprogrammer92/pythonImageConverter
Author: http://github.com/Johntheprogrammer92
License: MIT
Description: # PIC - pythonImageConverter
        This project is a part of my Capstone for my associate's degree. It is designed to provide a fast means to convert image file types. This repo is for the CLI portion of the project.
        
        ## Installation
        
        ```powershell
        pip install git+https://github.com/JohntheProgrammer92/pythonImageConverter.git
        ```
        
        ## Usage
        
        * ##### For single pictures:
        
        ```powershell
        pic [input file name] [output file name]
        ```
        
        * ##### For entire directories:
        
        ```powershell
        pic [directory name] [output file type]
        ```
        
        ## Todo
        
        * add support for inner folders
        * add support ignoring certain file types
        * finish GUI 
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
