Metadata-Version: 1.2
Name: pics2word
Version: 0.9
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-Content-Type: UNKNOWN
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:
            - Add help features
        
        ##Low Priority:
            Features:
            - Use Docopt module to make arg parsing simpler and to a more modern standard
            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
Requires-Python: >3.5.2
