Metadata-Version: 1.1
Name: pics2word
Version: 0.7.2
Summary: A command line program to copy pictures into a word document.
Home-page: https://github.com/Ghostom998/pics2word.git
Author: Thomas Roberts
Author-email: tom_roberts.1992@hotmail.co.uk
License: GNU GPL V3.0
Description: # Pics2Word
        
        A command line program to copy pictures into a word document.
        
        Usage can be found using "pics2word -h help"
        
        TODO tasks:
        
        High Priority:
            Features: 
            - Allow pictures to be implemented into a table
            Bug Fix:
            - Fix error with "-pw" & "-ph" commands showing "OverflowError: int too large to convert to float"
        
        Low Priority:
            Features:
            - Use Docopt module to make arg parsing simpler and to a more modern standard
            - Implement a logger to aid with debugging
            Bug Fix:
            - More error checking, throw meaningful exceptions to aid with debugging
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Environment :: Console
Classifier: Topic :: Office/Business :: Office Suites
