Metadata-Version: 2.1
Name: mac-afk
Version: 2019.3.22
Summary: get afk time
Home-page: https://github.com/looking-for-a-job/mac-afk.py
License: UNKNOWN
Keywords: afk
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: public
Requires-Dist: setuptools

<!--
https://pypi.org/project/readme-generator/
-->

[![](https://img.shields.io/badge/OS-MacOS-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/pyversions/mac-afk.svg?longCache=True)](https://pypi.org/project/mac-afk/)

#### Installation
```bash
$ [sudo] pip install mac-afk
```

#### CLI
usage|`__doc__`
-|-
`python -m mac_afk.days` |macOS afk time in days
`python -m mac_afk.hours` |macOS afk time in hours
`python -m mac_afk.minutes` |macOS afk time in minutes
`python -m mac_afk.seconds` |macOS afk time in seconds

```bash
usage: afk
```

#### Examples
```python
>>> import mac_afk
>>> import time
>>> time.sleep(2); mac_afk.seconds()
2
```

```bash
$ sleep 3 && afk
3
```

<p align="center">
    <a href="https://pypi.org/project/readme-generator/">readme-generator</a>
</p>

