Metadata-Version: 2.3
Name: segmock
Version: 0.1.0
Summary: 7 segment clock (segmock)
Author-email: sou-san <sou887867@gmail.com>
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: textual-pyfiglet==0.5.0
Requires-Dist: textual>=0.85.1
Description-Content-Type: text/markdown

# 7 segment clock (segmock)

![segmock_screenshot](https://github.com/user-attachments/assets/79055e60-2c06-4c55-9104-13f45ea2b4d9)

A simple and large 7 segment Figlet font clock CLI app.
It can display the current time and measure with a stopwatch.
It can also be used in the Linux console.

## Usage
### Using uv
If you don't have uv installed, please install it.
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
```
---
```bash
uv tool install segmock
```
```bash
segmock
```
or
```bash
uvx segmock
```

### Using pipx
If you don't have pipx installed, please install it.
```bash
sudo apt update && sudo apt install pipx
```
---
```bash
pipx install segmock
```
```bash
segmock
```
or
```bash
pipx run segmock
```
