0% found this document useful (0 votes)
35 views4 pages

Python Pre-Submission Report

The document describes a word puzzle game project created using Python. It includes an introduction to the game, details about the graphical user interface created with Tkinter, tools used including Python and Tkinter, project participants and their roles, and a Gantt chart showing the project schedule.

Uploaded by

Maddala Seshu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views4 pages

Python Pre-Submission Report

The document describes a word puzzle game project created using Python. It includes an introduction to the game, details about the graphical user interface created with Tkinter, tools used including Python and Tkinter, project participants and their roles, and a Gantt chart showing the project schedule.

Uploaded by

Maddala Seshu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

PRE-SUBMISSION REPORT

WORD PUZZLE GAME

INTRODUCTION:
This is a project of WORD PUZZLE GAME. In this project we will build the Word Puzzle using
Python language. This game is about the arrangement of letters in an order to get a meaningful word.
There are group of letters in a box and we can move the letters in the box horizontally, vertically or
diagonally in order to make meaningful words. The game will be so interesting and easy to play.
This game will show the alphabets are jumbled in random way and we have to make a meaningful
word.

Graphical User Interface:


A Graphical user interface is an interface through which a user can interact with electronic devices
such as computers and other applications with the help of a mouse there are so many graphical user
interfaces Tkinter is mostly used as it is fast and easy to create GUI applications. This interface uses
icons, menus, and other visual indicator representations to display information and related user
controls, unlike text-based interfaces, where data and commands are in the text.

Tools used:

1.Python 3.7.0:

Python is a general-purpose programming language. Hence, you can use the programming language
for developing both desktop and web applications. Also, you can use Python for developing complex
scientific and numeric applications. Python is designed with features to facilitate data analysis and
visualization

2. Tkinter:

Tkinter is Python's standard GUI (Graphical User Interface) package. Tkinter is not the only GUI
Programming toolkit for Python. It is however the most commonly used one.
PROJECT PARTICIPANTS:
1. Maddala S N S A Narasimham (12113405) - Roll.NO.: B52
2. Egala Abhishek (12113426) - Roll.NO.: B51
3. Balabhadra S V N M N Saathvic (12113424) - Roll.NO.: B69

PROJECT SUBMITTED TO:


DR.DEEPIKA GHAI

ROLES AND RESPONSIBILITIES:


Name of the Registration Number Role of the Person Responsibility of the
Participants Person
Maddala S N S A (12113405)Roll.NO B52 Backend Development Coding
Narasimham
Egala Abhishek (12113426)Roll.NO B51 Frontend Development Requirements Analysis
Balabhadra S V N M (12113424)Roll.NO B69 Designing Testing
N Saathvic
GANTT CHART:
Progress of work schedule in terms of Gantt Chart

Task Name Start Date End Date Duration Days Precent


(Days) Complete complete
Requirement 02/10/22 10/10/22 8 8 100%
Analysis
Designing 12/10/22 15/10/22 3 3 100%
Coding 15/10/22 30/10/22 15 15 100%
Testing 07/11/22 10/11/22 3 3 100%
Report 14/11/22 16/11/22 2 2 100%
Flow chart

You might also like