Metadata-Version: 2.1
Name: Clockipy
Version: 0.0.3
Summary: Clokify CLI, Manage Time, Timers
Home-page: https://github.com/null011/ClockiPy
Author: Noe Macias
Author-email: notnull011@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/null011/ClockiPy/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Install

### Get Clokify API Key

Click on `Profile Settings` -> `API`

### Install

Python3 is required

```
pip3 install Clockipy

```

### Usage

Enter your API Key

```
clockipy

API KEY (q To Quit):

```

Options

1. List Project
2. Show Time Entries
3. Add Time
4. Delete Time
5. Start Timer

![Main Menu](https://raw.githubusercontent.com/null011/ClockiPy/master/images/screen1.png)


