Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 30 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
# PYI-Installer
A tool to download python libraries easily.
# 🚀 PYI-Installer

You must have pip installed.
# Version
PYI is currently on v1.1.1 (perfect ones!)
**PYI-Installer** is a lightweight command-line tool that helps you download and install Python libraries easily using `pip`.
Designed for simplicity, speed, and Windows users.

PYI is only available on Windows
---

## 🔢 Current Version

> **v1.1.1** — *Perfect ones!* ✅

---

## ✨ Features

- ⚡ Fast and easy Python library installation
- 🧩 Beginner-friendly CLI tool
- 🪶 Lightweight with minimal setup
- 🪟 Built exclusively for **Windows**

---

## 📦 Requirements

Make sure the following are installed:

- **Python**
- **pip**

Verify pip installation:
```bash
pip --version