Metadata-Version: 2.4
Name: aelion_calc
Version: 1.6.0
Summary: Enterprise AI & Python Toolkit: Pre-training, SFT, DPO, Custom Tensor Engine, Ethical Hacking, and the ZenithOS GUI Framework.
Author-email: Muhammad Ahmad <elearninfo786@gmail.com>
Project-URL: Homepage, https://dev.aelionyxe.top
Project-URL: Documentation, https://dev.aelionyxe.top/docs
Project-URL: GitHub, https://github.com/MuhammadAhmad-Aelion/aelion_calc
Keywords: LLM,DPO,SFT,Autograd,Tensor,Cybersecurity,GUI,Education
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 :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: requests
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]"
