Skip to content

Simple Python application that predicts the gender of a person by analyzing their name

Notifications You must be signed in to change notification settings

rafsanraqib/GenderGuess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

GenderGuess

Simple Python application that predicts the gender of a person by analyzing their name

Logic - The program checks the last character or the last two characters of a string. If the last character is an 'a' or if the second last character is an 'a' followed by an 'h' the program concludes that the name is of a female. This is excuted with multiple if and else statements.

About

Simple Python application that predicts the gender of a person by analyzing their name

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages