Metadata-Version: 2.4
Name: aelion_calc
Version: 1.5.6
Summary: A powerful student library: Data Science, GenAI, Ethical Hacking, and the ZenithOS GUI Framework (Build & Compile Desktop Apps).
Author-email: Rana Ahmad <elearninfo786@gmail.com>
Project-URL: Homepage, https://dev.aelionyxe.top
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Desktop Environment
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Provides-Extra: gui
Requires-Dist: plyer; extra == "gui"
Requires-Dist: cryptography; extra == "gui"
Requires-Dist: opencv-python; extra == "gui"
Requires-Dist: pyinstaller; extra == "gui"

# Aelion Calc

> **The All-in-One Python Toolkit for Students & Developers.**
>
> From training **Neural Networks** from scratch to **Ethical Hacking**, Data Science, building beautiful **CLI Apps**, and now **Full-Stack Desktop Software**—all in a single library.

![Version](https://img.shields.io/badge/version-1.5.5-blue) ![License](https://img.shields.io/badge/license-MIT-green) ![Build](https://img.shields.io/badge/build-passing-brightgreen)

**Aelion Calc** replaces heavy libraries like Pandas, PyTorch, and Tkinter with lightweight, educational implementations. It allows students to see *how* technology works under the hood while building production-ready tools.

**Author:** Rana Ahmad

---

## Installation

```bash
# Standard Install (Data Science, CLI, Hacking)
pip install aelion-calc

# Full GUI Install (Includes Camera, EXE Compiler, & Encryption)
pip install "aelion-calc[gui]"
