List of Projects
Pre-Requisites to Run the Below Given Projects:-
You have to have the following software for the successful running of this software; which are
I) Python (Only for the First time), it is downloadable from 'www.python.org'. OR
You can download and install Anaconda from 'https://www.anaconda.com
II) MySQL (Only for the First time), it is downloadable from 'www.mysql.org'. OR
You can download and install XAMPP from 'https://xampp.en.uptodown.com/windows
After Installing the above software you have to install the following packages
Install MySQL connector packages in Python:
Follows steps to connect python with MySql
1.C:\Users\Admin\AppData\Local\Programs\Python\Python38-32\Scripts>
pip install MySql-python
2.C:\Users\Admin\AppData\Local\Programs\Python\Python38-32\Scripts>
pip install mysql-connector-python
3.C:\Users\Admin\AppData\Local\Programs\Python\Python38-32\Scripts>
pip install pymysql
4.C:\Users\Admin\AppData\Local\Programs\Python\Python38-32\Scripts>
pip install sqlalchemy
C:\Users\Admin\AppData\Local\Programs\Python\Python38-32\Scripts>
Now your python is ready to use with MySql
​
Install Pandas and Numpy packages in Python:
Follows these steps to connect python with pandas and numpy
1.C:\Users\Admin\AppData\Local\Programs\Python\Python38-32\Scripts>
pip install pandas
2.C:\Users\Admin\AppData\Local\Programs\Python\Python38-32\Scripts>
pip install numpy
​
Install matplotlib package in Python:
Follows steps to connect python with matplotlip
1.C:\Users\Admin\AppData\Local\Programs\Python\Python38-32\Scripts>
pip install matplotlib
​
Now your python is ready to use with MySql, Pandas ,Numpy and matplotlib packages
LIST OF PROJECTS
1. Alumni Management System
The project of the Alumni management system is used to maintain data of Alumni and to provide a platform where Alumni can participate in school programs.
2. Bank Management System
The bank management system is an application for maintaining a personal account in a bank. The system provides the access to the customer to create an account, deposit/withdraw the cash from his account, also to view reports of all accounts present.
3. Book Store Management System
Book Store Management System is used to automate all kinds of operations in the book shop. The purpose of this software is to manage the books in the book store. Generally, it includes the Order Processing, Stock Management and Accounts Management.
4. Shop Management Software
The Shop Management Software will help in maintaining the details of the product in the shop, stocks that are present, details of the purchase and sales.
5. Progress Report Software
The Progress Report Software will help in maintaining the student’s marks details of the exams like pre – mid-term, mid- term, post mid -term and final exam. And also compare the marks of each subject of a student with the help of graph.
6. Railway Reservation System
The Railway Reservation System facilitates the user to sign in and sign up , Booking on the basis of source and destination, Cancellation of tickets, enquire about the status of the booked ticket, etc.
7. School Management System
The School Management System facilitates the user to maintain the records of students, School’s Employees, Fees Management and Examination. User can update, delete the records of students and employees etc.
8. Stock Management System
The Stock Management Software will help in maintaining the details of the product, stocks that are present, details of the purchase and sales with update, delete and display with different criteria and also maintain the user record.
9. Student Management System using CSV file
The Student management system is an application for maintaining student record in a school. The system provides the access to the user to add a new record, display, search, delete and update student's record present in CSV file.
10. Railway Reservation System -II
The Railway Reservation System facilitates to create Rail details, Reservation of tickets, Cancellation of tickets, enquire about the PRN status.
11. Bank Management System - II
The bank management system is an application for maintaining a personal account in a bank. The system provides the access to the bank to create an account, deposit/ withdraw the cash from an account, modify an account, to view reports of all accounts present in the database and also close the account.