Metadata-Version: 2.1
Name: serpentime
Version: 0.0.2
Summary: A Chronodex like time management tool
Home-page: https://github.com/xamcost/serpentime
Author: Maxime Costalonga
License: UNKNOWN
Description: # Serpentime
        
        Serpentime is a simple time tracking software to create Chronodex graph, a
        kind of pie chart where each slice represents a time dedicated to an activity.
        
        <img src="/serpentime/files/main_window.png" width=800>
        
        Source code repository and issue tracker:
           https://github.com/xamcost/serpentime
        
        ## Requirements
        
        _Python_:<br/>$\qquad$Serpentime is developed with Python 3.8.2
        
        _PyQt5_:<br/>$\qquad$https://pypi.org/project/PyQt5/
        
        ## Installation
        
        The easiest way to install Serpentime is via `pip`:
        
        ```
        pip install serpentime
        ```
        
        Then, you can launch the app by simply running:
        
        ```
        python -m serpentime.app
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
