https://github.com/hrosicka/guessage
A Python Tkinter app that uses Agify.io API to estimate age of user.
https://github.com/hrosicka/guessage
api api-connections python python-simple-app python3 simple-app simple-application tkinter tkinter-graphic-interface tkinter-gui tkinter-python
Last synced: 2 months ago
JSON representation
A Python Tkinter app that uses Agify.io API to estimate age of user.
- Host: GitHub
- URL: https://github.com/hrosicka/guessage
- Owner: hrosicka
- License: mit
- Created: 2024-03-22T11:54:32.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-13T18:10:26.000Z (about 1 year ago)
- Last Synced: 2025-01-26T12:14:25.461Z (4 months ago)
- Topics: api, api-connections, python, python-simple-app, python3, simple-app, simple-application, tkinter, tkinter-graphic-interface, tkinter-gui, tkinter-python
- Language: Python
- Homepage:
- Size: 436 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.


3. **Click the "Guess Age" button:**
- The application will estimate your age based on your name and display it in the "Age" field.4. **Clear name and age:**
- Click the "Clear" button to erase your name and estimated age.
5. **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.
