Metadata-Version: 2.4
Name: algo-scope
Version: 1.0.1
Summary: Algorithm Explorer – Algo Scope
Home-page: https://github.com/yourusername/algo-scope
Author: Shivendra
Author-email: Shivendra <2k22.csai2211760@gmail.com>
License: MIT
Keywords: algorithms,data-structures,python,explorer
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# 📘 Algo Scope – Algorithm Explorer

**Algo Scope** is a Python package that lets you explore, learn, and view implementations of 200+ classic algorithms — all in your browser with a single command.

## 🚀 Features
- 🔎 Categorized algorithms (Arrays, Linked Lists, Graphs, DP, etc.)
- 📜 View clean Python implementations
- 📂 Beautiful and responsive web UI
- ⚙️ Works locally — no internet required

## 📦 Installation

```bash
pip install algo_scope
And the command is 
import algo_scope
algo_scope.launch_webpage()
