Metadata-Version: 2.1
Name: ncert_learn
Version: 2.5.6
Summary: A module for learning in ncerts cs class 12 python and mysql
Home-page: https://github.com/hejhdiss/ncert_learn
Author: Muhammed Shafin P
Author-email: hejhdiss@example.com
Project-URL: Bug Tracker, https://github.com/hejhdiss/ncert_learn/issues
Project-URL: Documentation, https://github.com/hejhdiss/ncert_learn#readme
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mysql-connector-python

# ncert_learn

**ncert_learn** is a Python module designed to help students study for the NCERT Class 12 Computer Science curriculum. It provides various utility functions for Python programming, MySQL database interactions, mathematical operations, sorting algorithms, and much more.

## Key Features

- **Mathematical Functions**: Check prime numbers, Armstrong numbers, strong numbers, Niven numbers, and other mathematical operations.
- **Data Structures**: Implementations of stacks using both lists and dictionaries.
- **Geometric Calculations**: Functions to calculate areas of basic geometric shapes like circles, rectangles, and triangles.
- **Conversions**: Includes functions to convert integers to binary, octal, hexadecimal, and vice versa.
- **MySQL Operations**: Functions to connect to MySQL, create databases, manage tables, and perform queries directly from Python.
- **Sorting Algorithms**: Implementations of basic sorting algorithms like Bubble Sort and Insertion Sort.
- **Study Resources**: Includes examples, explanations, and notes related to Python and MySQL for NCERT Class 12.

## Bug Fixes
Added tests


## Installation

To install `ncert_learn`, simply use `pip`:

```bash
pip install ncert_learn

## Changelog
See [CHANGELOG.md](CHANGELOG.md) for details on version changes.


