About Me
Skills
- Python Programming
- Database Management (MySQL)
Education
Kendriya Vidyalaya Pragati Vihar
Class 12th | Science Stream (PCM+CS)
2023 - 2024
Passing Percentage: 92.8%
Kendriya Vidyalaya Pragati Vihar
Class 10th
2021 - 2022
Passing Percentage: 89.8%
Achievements
-
Secured 2nd position in the SLSMEE exhibition:
This project is a detailed Vedic Mathematics tutorial application created with Python's Tkinter library, featuring a user-friendly graphical interface. Its main goal is to teach the ancient Indian techniques of Vedic Mathematics, which are known for enabling quick and accurate mental calculations.
The application starts with an inviting main window that guides users to different tutorials, each focusing on specific Vedic Math techniques such as rapid multiplication with numbers like 9999, methods for multiplying numbers near base values, and unique squaring techniques. Each tutorial opens in a new window, providing clear explanations and examples. Additionally, the application includes practice sections where users can solve randomly generated problems within a set time limit, reinforcing their learning and building confidence in applying these techniques in real-world scenarios.
Projects
Vedic Maths Tutorial
Vedic Maths Tutorial is an educational project aimed at teaching children about Vedic mathematics. It is developed using the Python GUI library, Tkinter. The project provides interactive lessons and practice exercises to help children improve their mathematical skills through the application of Vedic math techniques.
Basic Billing Software
Basic Billing Software is a project developed using Python fundamentals. It is designed to help class 11th students understand the basics of programming and create a simple billing system. The software allows users to generate bills, calculate totals, and manage customer transactions and also give invoices.
Conversion between number system
The given code converts numbers between different number systems. It provides options to convert numbers from binary, octal, and hexadecimal systems to decimal, as well as converting decimal numbers to binary, octal, and hexadecimal representations. The program prompts the user to choose a conversion type and the number of digits in the input. It then collects the input digits and performs the conversion accordingly. However, the code seems to have some logical errors and redundancy in collecting user input. It could be improved for better functionality and readability..
Simple calculator using python module
The provided code presents a simple calculator program that allows users to input various operands and operators to perform mathematical operations. The calculator supports basic arithmetic operations such as addition, subtraction, multiplication, and division. Additionally, it includes features to calculate the square root of numbers, raise numbers to a power, and find the mean of a given set of numbers. The program utilizes the math and statistics modules from the Python standard library to perform these calculations. The calculator operates in a loop, allowing users to perform multiple calculations until they choose to exit by entering '0'. Overall, this calculator provides a basic yet versatile tool for performing various mathematical operations..
School Mangagement System
The provided code constitutes a straightforward school management system employing MySQL database integration and user input/output. It facilitates core functionalities including student and teacher management, attendance tracking, fee submission, salary payments, and class information display. With its menu-driven interface, users can effortlessly navigate through the system's diverse features, enhancing usability and efficiency..
Hospital Mangagement System
The provided code is a comprehensive hospital management system built to efficiently handle doctor, patient, and appointment data through MySQL integration. It facilitates essential operations such as doctor and patient management, appointment scheduling and cancellation, and provides easy access to detailed information about doctors and patients. The system is designed with a user-friendly menu-driven interface, ensuring seamless navigation across its diverse functionalities.
Hotel Management system
This Python project showcases a Hotel Management System, leveraging MySQL as the backend database. Users can execute a range of functions including adding/removing customers, booking/canceling rooms, and displaying customer details and bookings. The system adopts a user-friendly menu-driven interface, offering seamless navigation through its diverse functionalities. It serves as a hands-on example illustrating the integration of Python with a relational database for streamlined management of hotel operations.