A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_sessionsj18lvgtna1333lq431qgdvc7b1eq1f4): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /tmp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

Registration Form using Python. | Niharika7
Coders Packet

Registration Form using Python.

By Obulshetty Niharika

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.

i1              i2

 

i3                i4     

 

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Obulshetty Niharika (Niharika7)

Download packets of source code on Coders Packet