[go: up one dir, main page]

Skip to content

A Python Tkinter app that uses Agify.io API to estimate age of user.

License

Notifications You must be signed in to change notification settings

hrosicka/GuessAge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess Age Application

Description:

This application is a fun way to estimate your age based on your name using the Agify.io API. It is written in Python using the Tkinter framework.

The buttons change color when you hover your mouse over them, providing visual feedback and enhancing usability by making it clear which button you are interacting with.

Usage:

  1. Enter a name in the "Name" field:

    • Type your name in the text field labeled "Name".
    • Ensure your name meets the minimum length requirement of 2 characters.

  2. Click the "Guess Age" button:

    • The application will estimate your age based on your name and display it in the "Age" field.
  3. Clear name and age:

    • Click the "Clear" button to erase your name and estimated age.
  4. Close the application:

    • Click the "Close" button to exit the application.

Tooltips:

The Guess Age application uses tooltips to provide additional information about the buttons and entry fields. To view a tooltip, simply hover your mouse over the corresponding button or entry field.