A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_sessioni72ml0f8cegnuopvagfcsjok1m0q5sfv): 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

Login form in Python using Tinker | navyadua
Coders Packet

Login form in Python using Tinker

By Navya Dua

This Python package is a login form using tinker. In this packet , usernames and passwords are stored in a text file and read from it for validating the login

Login Form is one of the first screens to be developed in any project. So in this packet, we have developed a Login Form using tinker in Python.

This form validates the username and password entered by a user by comparing to those stored in a file.

The Python library used is Tinker

Tinker is one of the most commonly used libraries for creating GUI based applications in Python

About the Packet

1. Uses a file to store the username and password

 Format to store username and password in text file

username
password
username password username password

 2. Shows a message box depending on the user inputs

Access Granted Messege Box            Wrong Password Messege Box

3. Login button to validate inputs

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Navya Dua (navyadua)

Download packets of source code on Coders Packet