This project is about Registration Form for Online Course using tkinter module in Python. The Registration Form contains name, course, phone number, email id.
This project is about Registration Form for Online Course using tkinter module in Python. tkinter is a module that is used create GUI interface. we can install tkinter by a command pip install tkinter. we can import tkinter as import tkinter. To load all modules that associated with tkinter we use a command as "from tkinter import * ". Here '*' indicates all modules associated with tkinter.
In this project we also create a file that helps us to store all the data entered by the user for future reference.
Submitted by Obulshetty Niharika (Niharika7)
Download packets of source code on Coders Packet
Comments