Code Monkey home page Code Monkey logo

regexpval-example's Introduction

regexpval-example

Version 0.06

A simple regular expression validator which looks, feels and works good

Usage

  1. Clone the project and make it your working directory
  2. In terminal, type pip3 install -r requirements.txt and hit ENTER
  3. Now type python3 index.py and hit ENTER to run the application
  4. Give stars to the repository if it was helpful

To-do

  • Validator function for first name (Length specified)
  • Validator function for last name (Length specified)
  • Validator function for phone number (Length specified)
  • Validator function for email address (Length NOT specified)
  • Strength evaluator for password (Length NOT specified)
  • Validator function for security PIN (Length specified)
  • Add masking in the password field
  • Add masking in the security PIN field
  • Correct the tab order for fields

Screenshots

  • Window

Window

  • Message for failed validation due to empty string

Message for failed validation due to empty string

  • Message for failed validation due to illegal characters

Message for failed validation due to illegal characters

  • Message for successful validation with password strength WEAK

Message for successful validation with password strength WEAK

  • Message for successful validation with password strength MEDIUM

Message for successful validation with password strength MEDIUM

  • Message for successful validation with password strength STRONG

Message for successful validation with password strength STRONG

Changelog

v0.01

  1. Built the user interface
  2. Added validator functions for email and phone numbers
  3. Added checking functions for empty strings

v0.02

  1. Added warning message boxes for failed validations
  2. Added validator functions for first name, last name and security PIN
  3. Made initial commit on Github

v0.03

  1. Replaced warning messages with information messages
  2. Added warning messages for empty strings
  3. Added length constraints for first name and last name

v0.04

  1. Provided masking for password and security PIN fields
  2. Added length constraints for phone number and security PIN
  3. Fixed tab shifting order of fields in GUI

v0.05

  1. Added password strength evaluator function for WEAK and MEDIUM strengths
  2. Added password strength message in successful input
  3. Added clear buttons for all the fields

v0.06 (Current)

  1. Fixed password strength evaluator function for HARD strength
  2. Performed codebase cleanup for unnecessary dependencies
  3. Optimise codebase for quick launch and speed

v0.07 (Oncoming)

To be decided

Bugs

  1. [FIXED ON 10th Nov 2019, 23:02] Password strength HARD cannot be achieved as of 4th Nov 2019 (v0.05)

Contribute

Clone, add, build and make a PR. You know the drill.

regexpval-example's People

Contributors

ank-22 avatar gridhead avatar sangram218 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.