Metadata-Version: 2.2
Name: bprime
Version: 0.1.0
Summary: A digital stopwatch with classic green display
Home-page: https://github.com/locamartin/bprime
Author: Loca Martin
Author-email: locaboyff@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: PyQt5>=5.15.4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# B-Prime Stopwatch

<div align="center">
  <img src="prime.png"/>
</div>

[![Python 3.6+](https://img.shields.io/badge/python-3.6%2B-blue?logo=python&logoColor=white)](https://www.python.org/downloads/)
[![PyQt5](https://img.shields.io/badge/PyQt5-5.15%2B-green?logo=qt&logoColor=white)](https://pypi.org/project/PyQt5/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI Version](https://img.shields.io/pypi/v/prime-stopwatch?color=blue)](https://pypi.org/project/prime-stopwatch/)

A feature-rich digital stopwatch application with classic styling and modern functionality. Perfect for timing tasks, workouts, or any scenario requiring precise time measurement.

## Installation
```yaml
pip install bprime
```
```yaml
bprime
```
### Prerequisites
```yaml
sudo apt install python3-pyqt5   # System installation
# OR
pip3 install pyqt5               # Pip installation
```
