Metadata-Version: 2.4
Name: pier-os-clock
Version: 1.0.0
Summary: Minimal terminal clock tool for Linux/WSL
Author: Dogukan Sahil
Author-email: dogukansahil@protonmail.com
License: Apache-2.0
Keywords: terminal clock tty cli linux
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
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: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# pier-os-clock

A minimalist CLI tool that displays a centered, full-screen clock in the terminal.

## Installation

### PyPI Installation (Recommended)

```bash
pip install pier-os-clock
```

### Manual Installation

```bash
chmod +x pier-os-clock
mv pier-os-clock ~/.local/bin/
```

### Debian/Ubuntu .deb Package Installation

```bash
sudo dpkg -i pier-os-clock_1.0.0.deb
```

## Usage

```bash
pier-os-clock
```

Press `Ctrl+C` to stop the program.

## Features

- Full-screen terminal display
- Centered clock display (HH:MM:SS format)
- Minimalist and clean design
- Linux and WSL support

## License

Apache License 2.0
