Metadata-Version: 2.4
Name: w3-schools
Version: 0.1.4
Summary: A professional TUI for learning from W3Schools inside Termux.
Author-email: kyle Votes <kylevotes@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Vainq-555/w3-schools
Project-URL: Bug Tracker, https://github.com/Vainq-555/w3-schools/issues
Project-URL: Source Code, https://github.com/Vainq-555/w3-schools
Keywords: w3schools,termux,tui,learning,terminal
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education
Classifier: Intended Audience :: Education
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual>=0.80.0
Requires-Dist: httpx>=0.24.0
Requires-Dist: beautifulsoup4>=4.12.0
Dynamic: license-file

# 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` from PyPI:

```bash
pip install w3-schools
```

## 🚀 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.
