Metadata-Version: 2.1
Name: ncert_learn
Version: 4.5.10
Summary: A Python Module for NCERT Class 12 Computer Science - Learn Python and MySQL with ease!
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://hejhdiss.github.io/ncert_learn-website/
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
Requires-Dist: pytest
Requires-Dist: tox
Requires-Dist: requests
Requires-Dist: psutil
Requires-Dist: beautifulsoup4
Requires-Dist: googlesearch-python
Requires-Dist: python-nmap
Requires-Dist: PyPDF2

# ncert_learn

**ncert_learn** is a comprehensive Python module designed to support NCERT Class 12 Computer Science students. It offers a wide range of utility functions across various topics, including Python programming, MySQL database interactions, mathematical operations, data structures, system utilities, and more.

## Key Features

### **Mathematical Functions**
- Prime number check
- Armstrong, Strong, Niven, Palindrome checks
- Fibonacci numbers, even/odd checks, and more
- Advanced functions like GCD, LCM, prime factorization, modular exponentiation, and fast Fourier transform

### **Data Structures**
- Stack operations using lists and dictionaries (push, pop, peek, display)

### **Geometric Calculations**
- Area calculations for circles, rectangles, squares, polygons, and triangles

### **Number Conversions**
- Convert integers to binary, octal, hexadecimal, and vice versa

### **MySQL Operations**
- Connect to MySQL, manage databases and tables, execute queries
- Advanced MySQL execution for optimized database management

### **Sorting Algorithms**
- Implementations of Bubble Sort and Insertion Sort

### **File Handling**
- Read, write, and manage text, CSV, and binary files
- File operations like copying, reading specific lines, and clearing contents
- Advanced file operations (e.g., creating directories, renaming, moving files, extracting zip files)

### **System Utilities**
- Fetch information about the operating system, processor, network connectivity, and Python interpreter

### **Package Management**
- Install and manage Python libraries, including bulk installation from a list

### **Time Management**
- Access current time, process time, monotonic time, and thread time

### **XAMPP Utilities**
- Start/stop XAMPP MySQL and Apache, check PHPMyAdmin access

### **Zip File Handling**
- Handle ZIP files (list contents, extract, add files)

### **Nmap Scans**
- Perform various Nmap scans such as intense scan, quick scan, OS detection, and more

### **SQLMap Scans**
- Perform SQL injection tests using SQLMap

### **Text, Binary, CSV File Operations**
- Overwrite and manipulate text, binary, and CSV files with advanced handling

### **Advanced Mathematical and Cryptographic Functions**
- Functions for GCD, LCM, prime factors, modular exponentiation, Fibonacci, and more
- Advanced hashing, modular inverse, and fast Fourier transforms

### **List Operations**
- Advanced list handling functions such as sorting, reversing, finding, combining, and counting items

### **String Operations**
- String manipulation, counting occurrences, and text transformations like case conversion, concatenation, and joining

### **Dictionary Operations**
- Manage key-value pairs in dictionaries with advanced functions for adding, removing, updating, and fetching values

### **Advanced Operations**
- Functions for advanced number theory (e.g., GCD, LCM, Fibonacci)
- Optimized algorithms for cryptographic and mathematical operations

## New Features in Version 4.5.7
- **New Functionality**: A suite of new functions for enhanced file, string, list, and dictionary operations
- **Advanced Mathematical Functions**: Added several new mathematical functions such as `adv_gcd`, `adv_lcm`, `adv_prime_factors`, `adv_is_prime`, and more
- **Advanced File Handling**: Added operations for advanced file management (e.g., renaming, moving, compressing files, and extracting ZIP)
- **Enhanced MySQL Operations**: Introduced `mysql_execute_advanced_mode` for optimized database queries
- **Advanced System Utilities**: More functions to handle system tasks and fetch system information efficiently
- **Bug Fixes and Optimizations**: General improvements to enhance performance and stability

## Disclaimer
This module is intended for educational purposes only. Using this module for any illegal activities is strictly prohibited. The authors and contributors are not responsible for any misuse of the module.

## Installation

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

```bash
pip install ncert_learn
