You are on page 1of 4

1.

INTRODUCTION
Student Event Entry Management System project which is written in Python. It facilitates
registration for different kinds of events such as games, workshops, and seminars. The project’s
main objective is to control or manage the activities and duties to be performed by various event
conductors such as organizers and event reviewers. You can access the complete source code and
project files of Event Management System.

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 and remove the
student. In this 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
Student Event Entry Management, the user can also update the record and also the user can delete
the records. This simple console based Student Event Entry Management system provides the
simplest management of students/participants list. There is a database connection is established for
storing the records.

1|Page
2. PROJECT DESCRIPTION

2.1 FLOW CHART

2.2 SCHEMA DIAGRAM

TECHFEST

id name Emailed phone_number collegename eventname participationmode amount

2|Page
3. SYSTEM IMPLEMENTATION

3.1. SCREENSHOT

3|Page
4. CONCLUSION
By developing a database for the Student Event Entry, they can have the complete details regarding
the events details, event information, rules and regulations of the event, participant details and other
details. The user can get the flexibility of managing this database model.

Simplicity is never simple. As we have seen in this project, the process of creating a user friendly
and straightforward platform that facilitates the administrator’s job is one filled with complexity.
From understanding user requirements to system design and finally system prototype and
finalization, every step requires in-depth understanding and commitment towards achieving the
objectives of the project

4|Page

You might also like