Metadata-Version: 2.1
Name: sleepness
Version: 1.0.0
Summary: When you require an sleepness session, use **sleepness**.
Home-page: https://github.com/toloco/sleepness
Author: Tolo Palmer
License: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyAutoGUI==0.9.54
Requires-Dist: tqdm==4.66.1
Provides-Extra: testing
Requires-Dist: pytest==7.2.0; extra == "testing"

# Sleepless

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/toloco/sleepness/ci.yml)
![PyPI - Version](https://img.shields.io/pypi/v/sleepness)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sleepness)

When you require an sleepless session, use **sleepless**.

Keep your screen on whilst you are drinking a ☕.

## INSTALLATION

On linux you'd need to have `Tkinter`, which is widely available in most distros.

Using public **pypi**:

```bash
pip install sleepness
```

```bash
pip3 install sleepness
```

Install from github:

```bash
pip install git+https://github.com/toloco/sleepness.git
```

## USAGE

```bash
sleepness --help
usage: sleepness [-h] [--timer TIMER] [--length [1-1000]] [--wait [10-1000]]

options:
  -h, --help         show this help message and exit
  --timer TIMER      Timer (in minutes), 0 means forever, default is forever.
  --length [1-1000]  Lenght of movement (in secs), default is 10.
  --wait [10-1000]   Waiting time between movements (in secs), default is 10.
```
