Metadata-Version: 1.1
Name: tkiv
Version: 0.1.0
Summary: Just a tkinter image viewer
Home-page: UNKNOWN
Author: Danilo Souza Morães
Author-email: greendhulke@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: 
        Tkiv
        ====
        
        Just a Tkinter Image Viewer, because why not?
        
        Installation
        ------------
        
        ::
        
            $ pip install tkiv
        
        Usage
        -----
        
        ::
        
            $ tkiv
        
        Or, execute it as a module:
        
        ::
        
            $ python -m tkiv.tkiv
        
        Features
        --------
        
        - Image formats supported: .jpg, .jpeg, .png, .gif, .ico, .bmp, .tiff
        - Auto resizing of image to fit window
        - Resizable frames between image list and image view
        
        To-Do
        -----
        
        - Support for Python 2.x
        - Tests
        - Slide show
        - Video playback (from file and webcam)
        
        Snapshots
        ---------
        
        .. image:: https://s1.postimg.org/2rojikbhcf/start.png
           :width: 30%
           :target: https://s1.postimg.org/2rojikbhcf/start.png
        
        .. image:: https://s1.postimg.org/8vt2z6n8lr/vertical.png
           :width: 30%
           :target: https://s1.postimg.org/8vt2z6n8lr/vertical.png
        
        .. image:: https://s1.postimg.org/1hydqfaaof/resizing.png
           :width: 30%
           :target: https://s1.postimg.org/1hydqfaaof/resizing.png
        
        .. image:: https://s1.postimg.org/74cvigc3pr/horizontal.png
           :width: 30%
           :target: https://s1.postimg.org/74cvigc3pr/horizontal.png
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
