Metadata-Version: 2.4
Name: pychron
Version: 0.1.0
Summary: A helper tool that shows the execution time while running Python scripts
Author-email: Muslu Yüksektepe <musluyuksektepe@gmail.com>, Ali Alın <alialinxz@gmail.com>
Maintainer-email: Ali Alın2 <alialinxz@gmail.com>
License: MIT
Keywords: timer,cli,python,execution,time
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# pychron ⏱️

**pychron** is a simple command-line tool that shows the execution time of your Python scripts in real time.

It prints the **elapsed time while the script is running**, and shows a clean **summary** when the script finishes.

---

## ✨ Features

- ✅ Shows elapsed time in real time (live timer)
- ✅ Does not break or hide your script output (`stdout`)
- ✅ Prints **start time**, **finish time**, and **total time**
- ✅ Colorful and terminal-friendly ANSI output
- ✅ Very lightweight and easy to use

---

## 📦 Installation

Install using pip:

```bash
pip3.12 install pychron
```

```bash

pychron main.py


```
