0% found this document useful (0 votes)
595 views

Dental Management System

This document provides instructions for installing a Dental Management System software. It requires pre-installing Python and MySQL. The installation folder contains Python source code files and .exe files. Users need to first run the Tables_in_mysql.exe file to create tables in MySQL, then run the main.exe file to start the software. Running the .exe files may take some time so patience is required.

Uploaded by

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

Dental Management System

This document provides instructions for installing a Dental Management System software. It requires pre-installing Python and MySQL. The installation folder contains Python source code files and .exe files. Users need to first run the Tables_in_mysql.exe file to create tables in MySQL, then run the main.exe file to start the software. Running the .exe files may take some time so patience is required.

Uploaded by

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

DENTAL MANAGEMENT

SYSTEM

DONE BY :
T.GOWTHAM
INSTAATION PROCEDURE
Dental Management System :-
Pre-Requisites :-
1. You have to have the following softwares for the successful running of this software; whic
I) Python (Only for the First time), it is downloadable from 'www.python.org'.

II) MySQL (Only for the First time), it is downloadable from 'www.mysql.org'.
Installation :-
1. There will be two folders namely 'Python Files' and 'EXE files'.
2. The folder 'Python Files' will contain the source code of the software in python language.

I) mysql.connector
II) matplotlib.

3. Open the files in any python editors and run it to start and work on the software.
4. The folder 'EXE files' will contain two files namely 'main.exe' and 'Tables_in_mysql.exe'.
5. First run the 'Tables_in_mysql.exe' to create the tables in MySQL.
•Then run the file 'main.exe' to start and work on the software.
CAUTION :-
If you are running the software through running the python files or by running the .exe files

The .exe file will take a lot of time; so be PATIENT.


INSTALATION PROCEDURE
DENTAL MANAGEMENT SYSTEM :-
 
PRE-REQUISITES :-
 
1. YOU HAVE TO HAVE THE FOLLOWING SOFTWARES FOR THE SUCCESSFUL RUNNING OF THIS SOFTWARE;
WHICH ARE
 
I) PYTHON (ONLY FOR THE FIRST TIME), IT IS DOWNLOADABLE FROM 'WWW.PYTHON.ORG'.

II) MYSQL (ONLY FOR THE FIRST TIME), IT IS DOWNLOADABLE FROM 'WWW.MYSQL.ORG'.
INSTALLATION :-
1. THERE WILL BE TWO FOLDERS NAMELY 'PYTHON FILES' AND 'EXE FILES'.
 
2. THE FOLDER 'PYTHON FILES' WILL CONTAIN THE SOURCE CODE OF THE SOFTWARE IN PYTHON
LANGUAGE. IF YOU ARE RUNNING THE SOFTWARE BY THE 3RD STEP MENTIONED BELOW YOU HAVE TO PRE
INSTALL THE FOLLOWING MODULES :-

I) MYSQL.CONNECTOR
 
II) MATPLOTLIB.

3. OPEN THE FILES IN ANY PYTHON EDITORS AND RUN IT TO START AND WORK ON THE SOFTWARE.
 
4. THE FOLDER 'EXE FILES' WILL CONTAIN TWO FILES NAMELY 'MAIN.EXE' AND
'TABLES_IN_MYSQL.EXE'.
 
5. FIRST RUN THE 'TABLES_IN_MYSQL.EXE' TO CREATE THE TABLES IN MYSQL.
 
THEN RUN THE FILE 'MAIN.EXE' TO START AND WORK ON THE SOFTWARE.
 
CAUTION :-
IF YOU ARE RUNNING THE SOFTWARE THROUGH RUNNING THE PYTHON FILES OR BY RUNNING THE .EXE
FILES ; FIRST RUN THE FILE NAMED 'TABLES_IN_MYSQL'.

THE .EXE FILE WILL TAKE A LOT OF TIME; SO BE PATIENT.


INTRODUCTION

The project dental management


system is developed with a view of
assist dental hospital in their
functioning. This project is aimed at
providing easy access to the
administration about their patient
records and their employee records.
SOURCE CODE
if conn.is_connected:
print(" Dental Management System ")
print("1. Login")
print("2. Exit")
print()
option=int(input("Enter your choise : "))
if option==1:
print()
user=input('User Name : ')
user=user.upper()
cur.execute("select * from accounts where User_Name like '" + user + "'")
datas=cur.fetchall()
for i in datas:
value_1=i[0]
value_2=i[1]
if user==value_1:
password=input('Password : ')
password=password.upper()
if password==value_2:
print()
print('Login succefull')
OUTPUT

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy