Skip to content

Python GUI project - Building a functional email and password validator to validate emails and password

Notifications You must be signed in to change notification settings

tomiwa-adesanya/email-password-validator-python-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Python GUI Project: Email and Password validator

Overview

Graphical User Interface also known as GUI(pronounced as gee-uu-eye) is a visual representation of interactive components of a computer program. GUI enables non-programmers to easily interact with computer programs with the use of interactive visual components such as buttons, toolbars, menus, textboxes, etc.

This GUI project aims at creating an easy to use graphical user interface to validate both email and password text inputs. The GUI consists of:

  • Textboxes for users to input email and password.
  • Button to execute email and password validation operation.
  • Labels to provide description on the information to input into the provided textboxes.
  • Messagebox to display result response of validation.

Getting started

Requires any version of Python. All the packages used in the source code are python built-ins, so 3rd Party Packages/Libraries are not required.

Clone this repository unto your local device.

Double click on main.py and this should automatically create the GUI window.

Non-programmers can download the executable here and run the program without having python installed on your computer. The executable runs directly without installation requirements. Double click on executable and run program.

GUI Shortcuts:

  • Ctrl+W to close GUI window.
  • Ctrl+Alt+C to clear all textboxes input.
  • Enter in password textbox to execute validation operation.

GUI Preview

Valid email address and password

valid-email-and-password

Invalid email address and password

invalid-email-and-password

Invalid email address

invalid-email

Invalid password

invalid-password

About

Python GUI project - Building a functional email and password validator to validate emails and password

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages