Metadata-Version: 2.1
Name: ncert_learn
Version: 2.5.4
Summary: A module for learning in ncerts cs class 12 python and mysql
Author: Muhammed Shafin P
Author-email: hejhdiss@example.com
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
solved call error

## Installation

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

```bash
pip install ncert_learn


