Metadata-Version: 2.1
Name: story-time
Version: 0.4.5
Summary: Digital Diary written in wxPython
Home-page: https://github.com/chbauman/StoryTime
Author: Christian Baumann
Author-email: chris.python.notifyer@gmail.com
License: MIT
Description: # StoryTime
        
        Digital diary written in python using wxPython.
        Works completely offline, so there are no privacy issues.
        On the other hand side, there is no backup included. 
        Therefore, one has to take care of backing up the data manually.
        
        ## Installation
        
        Can be installed using pip as follows:
        
        ```
        $ pip install story-time
        ```
        
        ## Running
        
        Requires python version >= 3.6.
        To run it, just type the following command into
        the command line:
        
        ```
        $ story-time
        ```
        
        ## Screenshots
        
        TODO
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
