Metadata-Version: 1.1
Name: clockr
Version: 0.6
Summary: Simple curses clock written in Python
Home-page: https://github.com/shaggytwodope/clockr
Author: Johnathan "ShaggyTwoDope" Jenkins
Author-email: twodopeshaggy@gmail.com
License: MIT
Description: # clockr
        clockr is a simple curses clock written in python3. Only works in python3 currently, no plans for python2.
        
        # Installation
        For Arch Linux users, you can install it in the AUR with the package "clockr"
        
        # Screenshot
        ![clockr](http://i.imgur.com/gNyIXlX.png)
        
        # options
            press q to exit
            -h, --help                                     Prints help text.
            -n --nodate                                    Doesn't print the date in the clock.
            -c --color                                     Changes color of clock respectively.
            Available color options are 
            red, white, blue, magenta,
            green, yellow, cyan, white 
            -t --twentyfourhours                           Prints the time in 24-hour format.
        
        # Questions that we think you might have.
        Q: Why isn't X working?
        
        A: Because ShaggyTwoDope wasn't told about it.
        
        
        Q: Help?
        
        A: Post an issue, or message someone, don't just sit reading this.
        
Platform: UNKNOWN
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
