Monday 15 October 2018

ATM Simultaneous Python Project



ATM Simulator project is written in Python. The project file contains a python script (atm.py). This is a simple console based system which is very easy to use. Talking about the system, it contains various functions which include Account Statement, Withdrawing, Depositing amount and changing the pin. Here, at first the user has to enter an existing username, when the username matches the system proceed toward the next procedure i.e asking pin number. When a user passes all these sign-in procedures, he/she can use all those features. It is too easy to use, he/she can check their respective account statements.
While depositing or withdrawing amount, he/she just has to enter the amount then the system calculates the total remaining balance of the respective account and displays to the user. And the user can view all these transactions from the account statement. In this ATM Simulator, the user can also change the pin number. For this, the user has to enter the New pin code and then confirm it in order to change the pin code. This simple console based ATM simulator provides the simple account balance management of a respective account. It contains all the essential features. There is no database connection or neither any external text or other files used in this mini project to save user’s data. Everything is set inside the source code whether its pin code or the amount.
In order to run the project, you must have installed Python, on your PC. This is a simple Console Based system, specially written for the beginners. ATM Simulator in Python project with source code is free to download. Use for education purpose only! For the project demo, have a look at the YouTube Video Above.
Features:
  1. Sign In
  2. Account Statement
  3. Withdraw amount
  4. Lodge amount
  5. Change Pin

How To Run :

  1. first you need install python.
  2. download project.
  3. extract project.
  4. double click in index.py.
  5. Project is run
  6. Thanks ....

Download Here

Online Art Gallery Shop Project in PHP | Advance




An art gallery exhibits the works of many artists. Each artist is given a specified space on the online webpage. The artists are charged for the space allotted to them on daily basis. The charges vary in different months. Jan to April and August to December the charges are Rs 200 per day per exhibit, from May to July charges are Rs 300 per day per exhibit. Each exhibit has a name and style of painting. The exhibits can be bought by the online customers who need to register with the art gallery. On receiving the full payment, the painting is sent to the customer. The system keeps track of the status of delivery of the painting to the customer. This status can also be seen by the customer. The gallery also stores the information about the visitors of the gallery who need not register with the art gallery website. For visitors only email id of the visitor is asked. Every month a complete information of business through online site is created for the artists as well as for the site promoters.

Admin Feature :-

  1. Add new Products.
  2. View Products.
  3. Edit Products.
  4. Delete Products.
  5. View Order.
  6. Track Orders.

User Feature :-

  1. login Feature.
  2. Signup Features.
  3. Add Cart Features.
  4. View Cart.
  5. Buy Product.
  6. Billing.
  7. Bill Printing.

Brief overview of the technology:

Front end: HTML, CSS, JavaScript
  1. HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
  2. CSS : (Cascading Style Sheets) Create attractive Layout
  3. Bootstrap : responsive design mobile freindly site
  4. JavaScript: it is a programming language, commonly use with web browsers.
Back end: PHP, MySQL
  1. PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.
  2. MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases.

Software Requirement(any one)

  • WAMP Server
  • XAMPP Server
  • MAMP Server
  • LAMP Server

Installation Steps

  1. Download zip file and Unzip file on your local server.
  2.  Put this file inside "c:/wamp/www/" .
  3.  Database Configuration
  4. Open phpmyadmin
  5. Create Database named online_art_galley.sql
  6. Import database online_art_gallry.sql from downloaded folder(inside database)
  7.  Open Your browser put inside "http://localhost/project folder/"
  8. Admin Login Username- admin@admin.com ,pass - admin

Sunday 14 October 2018

Student Management System Project In Python



Simple Student Management System project is written in Python. The project file contains a python script (student.py). This is a simple console based system which is very easy to understand and use. Talking about the system, it contains basic functions which include Add students, view students, search students and remove the student. In this mini project, there is no such login system. This means he/she can use all those available features easily without any restriction. It is too easy to use, he/she can check the total student’s record.
While adding the students, the user only has to enter his/her name then the system adds the record and displays to the user. And the user can view all these students lists from the view section. In this Simple Student Management, the user can also search for student’s name in order to know whether the student’s record exists in the system or not. This simple console based Student Management system provides the simplest management of student’s list. In short, this projects mainly focus on CRUD. There is no database connection or neither any external text or other files used in this mini project to save user’s data permanently.
In order to run the project, you must have installed Python, on your PC. This is a simple Console Based system, specially written for the beginners. Simple Student Management System in Python project with source code is free to download. Use for education purpose only! For the project demo, have a look at the YouTube Video Above.

Features:

  1. Add Students
  2. List all students
  3. Search students
  4. Remove Students

How To Run :

  • first you need install python.
  • download project.
  • extract project.
  • double click in student.py.
  • Project is run
  • Thanks ....

Download Here

Movie Rental Shop Management System Project in Python

Movie Rental Shop Management System Project in Python




Movie Rental Shop Management System project is written in Python. The project file contains python scripts (main.py, UI.py, borrow.py, Borrow.py etc). This is a simple console based system which is very easy to use and understand. Talking about the system, it contains basic functions which include a list of all rentals, rent DVD, filter DVD and return the DVD. In this mini project, there is no such login system. This means he/she can use all those available features easily without any restriction. Each menu item holds a command and the user has to enter the command to use it.

After entering commands for each item, he/she can view all the rentals. While renting a DVD, the user has to enter DVD id and client’s name as a command code. DVD ids can be retrieved from dvd.txt. And the user can also return DVDs by entering DVD id as a command code. In this Simple Movie Rental Shop Management System, the user can also filter DVD which displays existing DVD with a respective ID number. This simple console based Student Management system provides the simplest rental management of DVD store. There is no database connection but different external text files are used in this mini project to save user’s data permanently and retrieve it.

In order to run the project, you must have installed Python, on your PC. This is a simple Console Based system, specially written for the beginners. Movie Rental Shop Management System in Python project with source code is free to download. Use for education purpose only! For the project demo, have a look at the YouTube Video Above.

How To Run :

first you need install python.
download project.
extract project.
double click in main.py.
Project is run
Thanks ....


Download Here

Bank Management System Project in Python



Bank Management System project is written in Python. The project file contains a python script (main.py) and a database file. This is a simple console based system which is very easy to understand and use. Talking about the system, it contains all the basic functions which include creating a new account, view account holders record, withdraws and deposit amount, balance inquiry, closing an account and edit account details. In this mini project, there is no such login system. This means he/she can use all those available features easily without any restriction. It is too easy to use, he/she can check the total bank account records easily.
Talking about the features of the Bank Management System, a user can create an account by providing the name of the account holder, number, selecting amount type (Saving account or Current account) and providing an initial amount more than or equal to 500. Then the user can also deposit and withdraw money just by providing his/her account and entering the amount. For certain purpose, he/she can also check for the balance inquiry which displays the account number and amount. He/she can also view all the account holder’s list. Another feature is that he/she can modify their account detail and type if they want to.
This simple console based Bank Management system provides the simplest management of bank account and transaction. In short, this projects mainly focus on CRUD. There’s an external database connection file used in this mini project to save user’s data permanently.
In order to run the project, you must have installed Python, on your PC. This is a simple Console Based system, specially written for the beginners. Bank Management System in Python project with source code is free to download. Use for education purpose only! For the project demo, have a look at the YouTube Video above.

How To Run :

  • first you need install python.
  • download project.
  • extract project.
  • double click in main.py.
  • Project is run
  • Thanks ....

Download Here

Pharmacy Management System Project In Python



Simple Pharmacy Management System project is written in Python. The project file contains a python script (project.py) and database files. This is a simple GUI based project which is very easy to understand and use. Talking about the system, it contains all the basic functions which include adding, viewing, deleting and updating items. In order to add a medicine detail, the user has to provide its name, price, quantity, category, and discount.
This simple GUI based Pharmacy Management system provides the simplest management of medicine items. In short, this projects mainly focus on CRUD. There’s an external database connection file used in this mini project to save user’s data permanently.
In order to run the project, you must have installed Python, on your PC. This is a simple GUI Based system, specially written for the beginners. Simple Pharmacy Management System in Python project with source code is free to download. Use for education purpose only! For the project demo, have a look at the YouTube Video Above.

How To Run :

  • first you need install python.
  • download project.
  • extract project.
  • double click in project.py.
  • Project is run
  • Thanks ....

Download Here

Complaint Management System Project in Python



Simple Complaint Management System project is written in Python. The project file contains python scripts (main.py, db.py, listComp.py). This is a simple console based system which is very easy to use and understand. Talking about the system, it contains a very basic function which includes adding and to viewing complaint lists. In this mini project, there is no login feature. This means he/she can use these available features easily without any restriction.
In this simple system, he/she can add/enter complaints of certain things easily. While complaining,  the user has to enter his/her full name, select gender and write comments about any topic the user wants to. All the entered complaints are stored in a database and the user can easily view a list of complaints displaying the user’s name with their id number, gender, and comments. This simple console based Ticket Reservation system provides one of the simplest management of complaints. There is an external database connection in this mini project to save user’s data permanently and retrieve it.
In order to run the project, you must have installed Python, on your PC. This is a simple Console Based system, specially written for the beginners. Simple Complaint Management System in Python project with source code is free to download. Use for education purpose only! For the project demo, have a look at the YouTube Video above.

How To Run :

  • first you need install python.
  • download project.
  • extract project.
  • double click in main.py.
  • Project is run
  • Thanks ....

Download Here

Hotel Management System Project in Python



Simple Hotel Management System project is written in Python. The project file contains a python script (Hotelms.py). This is a simple console based system which is very easy to understand and use. Talking about the system, it contains all the basic functions which include entering customer’s data, calculating room rent, restaurant bill, laundry bill, game bill, and total cost. In this mini project, there is no such login system. This means he/she can use all those available features easily without any restriction. It is too easy to use, he/she can check the total cost of staying in the hotel easily with each and every detail.
Talking about the features of this Simple Hotel Management System, at first, the user has to enter his/her data. It includes the name of the user, address, check-in, and check-out dates. The user can calculate room rents. Inside this section, there are total four types of room with different prices. After selecting the room type, the system asks to enter the number of nights spent in order to calculate room rent. This simple system also contains other functions such as calculating restaurant, laundry and game bill. When the user selects to calculate restaurant bill, the system displays a small menu. From there the user has to select foods and then it displays the total restaurant bill. The other remaining features; calculating laundry and game bill also follows the same procedure as of calculating restaurant bill.

Feature :-

At last, after all these calculations the user can know about their total cost of staying easily. In this feature, the system provides his/her details, with the room number, room rent, food, laundry and games bill. The total sum is displayed to the users with some additional charges. This simple console based Hotel Management system provides the simplest management of hotel service and transaction. In short, this projects mainly focus on adding and calculating results. There’s no external database connection file used in this mini project to save user’s data permanently.
In order to run the project, you must have installed Python, on your PC. This is a simple Console Based system, specially written for the beginners. Simple Hotel Management System in Python project with source code is free to download. Use for education purpose only! For the project demo, have a look at the YouTube Video above.

How To Run :

  • first you need install python.
  • download project.
  • extract project.
  • double click in run.py.
  • Project is run
  • Thanks ....

Download Here

Ludo Game in Python Free Download Source Code



Ludo Game project is written in Python. The project file contains python scripts (game.py, run.py, painter.py, recorder.py). This is a simple console based strategy board game which is very easy to understand and use. Talking about the gameplay, all the playing rules are the same just like we play in real time ludo. Here at first, the user has to select players i.e either human or computer. After selecting human, the player has to enter details such as name and select color(red, green, yellow and blue). the player can also start the game within two players if he/she wants.
After starting the game, a console based ludo board appears, other rules are the same. First, the computer or the player has to roll the dice. The main thing in this console based game is that the player just has to press “Enter Key” to roll the dice. At the top of the board, it displays a dice with the number. The system keeps on rolling until there’s a possible pawn to move. All the game movements are performed automatically. Whenever the player tries to end the game, there’s an option available to save the unfinished game so that he/she can continue it later. A simple console GUI is provided for the easy gameplay. The gameplay design is so simple that user won’t find it difficult to use and understand.
In order to run the project, you must have installed Python, on your PC. This is a simple console Based game written for the beginners. Simple Ludo Game in Python project with source code is free to download. Use for education purpose only! For the project demo, have a look at the YouTube Video above.

How To Run :

  • first you need install python.
  • download project.
  • extract project.
  • double click in run.py.
  • Project is run
  • Thanks ....

Download Here

Contact Management System in Python



Contact Management System project is written in Python. The project file contains a python script (index.py). This is a simple GUI based project which is very easy to understand and use. Talking about the system, it contains all the required functions which include adding, viewing, deleting and updating contact lists. While adding the contact of a person, he/she has to provide first name, last name, gender, address and contact details. The user can also update the contact list if he/she wants to. For this, the user has to double-click on a record that he/she wishes to edit. The system shows the contact details in a list view. And also the user easily delete any contact details.
This GUI based Contact Management system provides the simplest management of contact details. In short, this projects mainly focus on CRUD. There’s an external database connection file used in this mini project to save user’s data permanently. In order to run the project, you must have installed Python, on your PC. This is a simple GUI Based system, specially written for the beginners. Contact Management System in Python project with source code is free to download. Use for education purpose only! For the project demo, have a look at the YouTube Video  Above.

Features:

  1. Add Contacts
  2. List Contacts
  3. Update Contacts
  4. Delete Contacts

How To Run :

  • first you need install python.
  • download project.
  • extract project.
  • double click in index.py.
  • Project is run
  • Thanks ....

Download Here

Saturday 13 October 2018

Student Result Management System Project in PHP Free Download



The main objective of the project is to provide the examination result to the student in a simple way.
This project is useful for students and institutions for getting the results in simple manner.
By a result analyzer with subject status and marks is an application tool for displaying the results in secure way.
The system is intended for the student. And the privileges that are provided to student are to read and execute his/here result by providing user name and password for secure login and in case of new student the registration is available. And the guest user has the privilege only to read.
Student Result Management System  modules–
  • Student
  • Admin
Admin Features
  • Admin Dashboard
  • Admin can add/update/ Class
  • Admin can add/update/ Subjects
  • Admin can add/update/ Active/Inactive Subject combination with class
  • Admin can register new student and also edit info of the student
  • admin can declare/ edit  result of a student.
  • Admin can change own password
Students-
  • Student can search their result using valid rollid.
  •  Student can download the result in the PDF format.
Here, Student can check their results by entering Roll id. Admin can create & manage Classes, subjects.Add & Manage students and Declare Results. This project is done in PHP. It’s easy to operate and understand by users.The design is pretty simple and user won’t find it difficult to understand, use and navigate.

Brief overview of the technology:

Front end: HTML, CSS, JavaScript
  1. HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
  2. CSS : (Cascading Style Sheets) Create attractive Layout
  3. Bootstrap : responsive design mobile freindly site
  4. JavaScript: it is a programming language, commonly use with web browsers.
Back end: PHP, MySQL
  1. PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.
  2. MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases.

Software Requirement(any one)

  • WAMP Server
  • XAMPP Server
  • MAMP Server
  • LAMP Server

Installation Steps

1. Download zip file and Unzip file on your local server.
2. Put this file inside "c:/xampp/htdocs/" .
3. Database Configuration
Open phpmyadmin
Create Database named srms.
Import database srms.sql from downloaded folder(inside database)
4. Open Your browser put inside "http://localhost/Online examination system/"
Admin Login Details
Login Id: admin
Password: 123

Wednesday 10 October 2018

Online Blood Bank Project in PHP MYSQL



Online Blood Donors Management System (OBDMS) is a browser based system that is designed to store, process, retrieve and analyze information concerned with the administrative and inventory management within a blood bank. This project aims at maintaining all the information pertaining to blood donors, different blood groups available in each blood bank and help them manage in a better way.

Features :-

  • Helps Blood Banks to automate blood doner and depository online.
  • Encourages blood donors to donate.
  • Helps people find blood donors in times of need.

Admin Features :-

  • Register, Delete, Edit Organization ,
  • Register, Delete, Edit  User.
  • Register, Delete, Edit  Member.
  • Analysis.
  • Control Over System.

Organization, User Features :-

  • Online Register.
  • Edit Profile.
  • Online Find Blood.
  • Location wise Search.

 Features :-

  • Helps Blood Banks to automate blood doner and depository online.
  • Encourages blood donors to donate.
  • Helps people find blood donors in times of need.

Brief overview of the technology:

Front end: HTML, CSS, JavaScript
  1. HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
  2. CSS : (Cascading Style Sheets) Create attractive Layout
  3. Bootstrap : responsive design mobile freindly site
  4. JavaScript: it is a programming language, commonly use with web browsers.
Back end: PHP, MySQL
  1. PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.
  2. MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases.
  3. Framework :- CodeIgniter

Software Requirement(any one)

  • WAMP Server
  • XAMPP Server
  • MAMP Server
  • LAMP Server

Installation Steps

1. Download zip file and Unzip file on your local server.
2. Put this file inside “c:/xampp/htdocs/” .
3. Database Configuration
Open phpmyadmin
Create Database named odbms.
Import database odmbs.sql from downloaded folder(inside database)
4. Open Your browser put inside “http://localhost/Project_Folder/
Admin Login Details
Login Id: projectworldsofficial@gmail.com
Password: password

Tuesday 9 October 2018

Budget Manager Android App Source Code



Budget Manager helps manage personal budgets. After adding your budgets, simply record your day-to-day transactions. You can then view how close your sending is to your budget.
Budget Manager helps you keep track of your spending, and keep your data as your own. After adding some budgets, simply record your data-to-day transactions. You can then view how close your sending is to your budget.
The application requires very few permissions, and never attempts to access the Internet. There is an option to backup your cards to local storage. From there you can send the backup somewhere safe.

Download Source Code

Download APK

Expense Tracker Android App Source Code



Manage your expenses using your Android smartphone. Keep track of your expenses as you go.
No need for physical notebook to record your expenses.
Additionally, the source code is available. You can modify it to suit your needs.
Features:
  • Add/Edit Category
  • Record Expenses
  • Budget Report with Graph
  • Edit/Delete Expense Transaction
  • List of Expense Transaction
  • Choose Your Currency

Download Source Code

Download APK 

Sunday 7 October 2018

Age Calculator Android With Source Code



Age Calculator is an android app developed for the purpose of calculating exact age of user. The application woks on any android devices fulfilling the basic requirement of app. It mainly focuses at determination of exact age of user depending upon the input date of birth. Use of application diminishes the manual age calculation procedure and roots out the error in age calculation in android phones.

Software Requirement

  • Android Studio  : version 3.3 latest
  • Latest Version
  • Internet Connection
  • Java

Download Source Code 

Download APK File 


Need Installation Support


  • whatsapp : +916263056779
  • Mail : official@projectworlds.in

Android Calculator App Source Code



This Calculator app is an application developed for android cells phones and tablets. It enables the users to perform fundamental mathematical operations such as addition, subtraction, multiplication and division on their phone. Being installed on phone, it always remains with the user, helps in daily life calculations and works as a typical android calculator app.

Android Studio latest free projects with source code

Below, I have briefly described the features and scopes of Calculator Android app along with a point-wise comparison with existing calculators. You can download the source code and project files from the download links in this post. The source code is complete and error-free.
Fundamental mathematical calculations are required to be performed in every step of human life. In most of the places such as in shops, hotels, medicals, schools etc., separate calculators are used for calculation. But, these calculators, being larger in size and needing extra power, can’t be carried all the time with us. This creates the necessity of a mobile calculator which is always with us.
Since android applications are the most compatible ones and easily available, android cell phones and tablets are the most widely used devices all over the world. They offer several kinds of facilities and one of them is calculator which is fundamental application of each phone. Looking at the growing use of android phones, it can be said that a Calculator app as Android Project has good scope in today’s technological world.
Comparison:
The comparison between existing traditional calculators and the proposed Calculator app for Android can be done in the following points:
  1. Size: The separate calculators are larger in size due to use of own circuit board whereas android calculator is installed in cell phones.
  2. Power: A small battery power of cell phone is enough for running android calculator but traditional calculator consume comparatively higher power.
  3. Accuracy: The accuracy of both the calculators depends upon their programming. Calculators can be designed for the desired accuracy.
  4. Cost: Android Calculator, being an application, can be downloaded free of cost and installed on phone. The traditional calculators have their own hardware. As a result of this, they need to be purchased.
  5. Ease and comfort: Most of the android cell phones are of touch screen type. So, calculator app Android is easy and comfortable to use.
Features:
  • It is easy and comfortable to use.
  • The application can be easily downloaded and installed on any android cell phone and tablet.
  • It provides the facility to perform fundamental mathematical operations.
  • The application gives fast and accurate result.
  • This application consumes very small power of your cell phone.

Software Requirement

  • Android Studio  : version 3.3 latest
  • Latest Version
  • Internet Connection
  • Java

Download Source Code

Download Apk File


Need Installation Support


  • whatsapp : +916263056779
  • Mail : official@projectworlds.in

Monday 1 October 2018

Restaurant Management System Core Java Project



Execute

Double click RMS_GUI.jar

Login

You can use test data for the first time. You can add new staff when you log in as manager.

Manager

  • ID:1000 Password:Java
  • ID:5555 Password:kazukazu

Staff

  • ID:1111 Password:password
  • ID:3333 Password:david
    (Modifing the data file directoly may make problem.)

Show menu

You can see all menu items by clicking ALL button, and items in particular categories by clicking Drink, Alcohol, Main, or Dessert button.

Taking order

Create new order

  1. Click "Show menu" button on the left
  2. Click "New" button to create new order
  3. Select adding items by clicking from the menu list on the right side.
  4. Enter quantity and click "Add" button on the left side.(If quantity is emputy, one item will be added)
  5. You can delete ordered item from the order detail by clicking "Delete" button

Edit order

  1. Click "Show menu" button on the left
  2. Select the order from the order list to edit
  3. Click "Edit" button
  4. You can add, delete ordered items

Close or Cancel order

  1. Select the order from the order list
  2. Click "Close" button or "Cancel" button
  3. The order closed or canceled can not edit

Manage Employees (Manager only)

Add new staff

  1. Click "Manage Employees" Button on the left
  2. Click "New" button
  3. Fill in all information and click OK
###Edit staff
  1. Click "Manage Employees" Button on the left
  2. Select a staff from the employees list
  3. Click "Edit" button
  4. Fill in all information and click OK
###Delete staff
  1. Click "Manage Employees" Button on the left
  2. Select a staff from the employees list
  3. Click "Delete" button
##Manage Menu Items (Manager only) ###Add new item
  1. Click "Manage menu items" Button on the left
  2. Click "Add new menu item" button
  3. Fill in all information and click OK
###Edit menu item
  1. Click "Manage menu items" Button on the left
  2. Select a menu item from the menu list
  3. Click "Edit menu item" button
  4. Fill in all information and click OK
###Delete menu item
  1. Click "Manage menu items" Button on the left
  2. Select a menu item from the menu list
  3. Click "Delete menu item" button
##About payments
  • When you log in, the system automaticaly set start working time.
  • Clock out button will set finish working time of the person currently logged in.
  • Manager can make staff clocked out via manage employees, by selecting staff and clicking Clock out button.
  • You can see a payment details for a day by clicking "Show payment" button on the left

Download Here