Metadata-Version: 2.1
Name: lifetimer
Version: 0.1.0
Summary: Lifespan timer
Home-page: https://github.com/kimfame/lifetimer.git
License: MIT
Author: kimfame
Author-email: renownkim@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: platformdirs (>=3.0.0,<4.0.0)
Requires-Dist: yaspin (>=2.3.0,<3.0.0)
Project-URL: Repository, https://github.com/kimfame/lifetimer.git
Description-Content-Type: text/markdown

# Lifetimer

[![PyPI version](https://img.shields.io/pypi/v/lifetimer)](https://pypi.org/project/lifetimer/)
[![Python Versions](https://img.shields.io/pypi/pyversions/lifetimer)](https://pypi.org/project/lifetimer/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

This is a lifespan timer that allows you to watch the seconds tick down to the time you set for yourself.

It's for anyone who wants to feel the time dwindle, push themselves to get up to speed on their studies and work.

## Installation

```sh
pip install lifetimer
```

## Usage

When installed, you have to set your last date and time of your life through `lifetimer` or `lifetimer init` commands.

If you want to change the settings, use `lifetimer init` command.

```sh
$ lifetimer init
Please, enter your last date and time of your life.
Year: 2100
Month [12]: 3
Day [31]: 6
Hour [23]: 17
Minute [59]: 58
Second [59]: 50
```

After settings, when you want to check your lifespan, just type `lifetimer` command.

```sh
$ lifetimer
🕛 You have 2,455,857,087 seconds to live.
```

