Metadata-Version: 2.4
Name: PyJSH
Version: 0.2.0
Summary: Educational graphics and console toolkit built on pygame.
Author-email: Шыңғысхан <your_email@example.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pygame>=2.0.0

# PyJSH

**PyJSH** is an educational Python toolkit that combines **graphics (pygame)** and **console utilities**.  
It is designed for learners and hobbyists who want to quickly build interactive programs.

---

## ✨ Features
- Easy-to-use **graphics window** powered by `pygame`.
- `Figure` class for drawing shapes (rectangles, circles, etc).
- `Color` helper for managing colors and background fills.
- Console helpers:
  - `log` (simple logging)
  - `num` (safe numeric input)
  - `massiv` (list utilities)
  - `exc` (experimental code execution – *use with caution*).

Also includes your **first package**: `speedupper` 🎉

---

##0.2.0 version features
Disabled **Pygame startup message**

---

## 📦 Installation

```bash
pip install PyJSH
