Metadata-Version: 2.4
Name: w3-schools
Version: 0.1.1
Summary: A professional TUI for learning from W3Schools inside Termux.
Author-email: Termux Learner <learner@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: textual>=0.80.0
Requires-Dist: httpx>=0.24.0
Requires-Dist: beautifulsoup4>=4.12.0

# w3-schools 🚀

A professional, high-performance Text User Interface (TUI) for learning from [W3Schools](https://www.w3schools.com) directly inside your Termux terminal.

![License](https://img.shields.io/badge/license-MIT-green)
![Python](https://img.shields.io/badge/python-3.8%2B-blue)
![Platform](https://img.shields.io/badge/platform-Termux-orange)

## ✨ Features

- **Full Catalog:** Learn HTML, CSS, JavaScript, Python, SQL, and more.
- **Collapsible Sidebar:** Toggle the lesson menu for a focused, distraction-free reading experience.
- **Rich Rendering:** Beautifully formatted Markdown with syntax highlighting for code snippets.
- **Web Integration:** Click any link or video to open it directly in your Android browser.
- **Fast & Lightweight:** Built with the modern `Textual` framework for a smooth terminal experience.

## 🛠 Installation

To install `w3-schools` locally in your Termux environment:

1. Clone or navigate to the project directory.
2. Run the following command:

```bash
pip install -e .
```

## 🚀 Usage

Once installed, simply type:

```bash
w3-schools
```

### Keyboard Shortcuts

- **`b`**: Toggle the sidebar (Menu).
- **`Esc`**: Go back to the Category Selection screen.
- **`q`**: Quit the application.

## 📄 License

This project is licensed under the MIT License.
