https://github.com/hrosicka/catguru
Cat Guru is a desktop app that generates random cat facts and allows users to change the background and avatar. It uses API https://catfact.ninja/fact
https://github.com/hrosicka/catguru
cats funny-coding gui icons python pythongui tkinter tkinter-gui
Last synced: 5 months ago
JSON representation
Cat Guru is a desktop app that generates random cat facts and allows users to change the background and avatar. It uses API https://catfact.ninja/fact
- Host: GitHub
- URL: https://github.com/hrosicka/catguru
- Owner: hrosicka
- License: mit
- Created: 2024-04-06T11:25:31.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T18:46:00.000Z (about 1 year ago)
- Last Synced: 2025-03-21T16:59:19.234Z (about 1 year ago)
- Topics: cats, funny-coding, gui, icons, python, pythongui, tkinter, tkinter-gui
- Language: Python
- Homepage:
- Size: 1.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cat Guru
Bored? Ask Cat Guru for a random cat fact and be amazed! Based on Cat Facts API: https://catfact.ninja/fact
The application was created using the Tkinter framework and icons / pictures using Figma.
## User Documentation
Cat Guru is a desktop application that generates random cat facts and allows users to change the background and avatar.
## Usage
1. Launch the application.
2. Click the "Ask the Cat Guru" button.
3. Read the cat fact that is displayed.
4. Change the background and avatar to your liking.
## Features
- "Ask the Cat Guru" button: Generates a new cat fact.

- "Change Avatar" button: Allows you to choose a new one avatar.

- "Change Background" button: Allows you to choose a new one background.

## Improving Error Handling with Specific Messages
- To provide more informative error messages, the get_cat_fact function handles specific exceptions and return tailored messages. Logging is used. The file cat_guru.log is created.
