CustomTkinter
CustomTkinter copied to clipboard
Issue with Icon Download Functionality - Unable to Fetch Icons from Google Fonts
Description:
Hello,
I am encountering an issue with the desktop application where it fails to download icons from Google Fonts as expected. Despite following all the steps provided in the repository, the icon download feature does not work.
Here are the details:
- Expected Behavior: Typing an icon name should trigger a download from Google Fonts, and the icon should be displayed or saved locally.
- Actual Behavior: The application does not download the icon and does not return any feedback or logs indicating the reason for the failure.
Steps to Reproduce:
- Clone the repository and follow the setup instructions.
- Run the application using the provided command (python app.py or equivalent).
- Try downloading an icon by entering its name as described in the documentation.
Environment Details:
- Operating System: Windows 11
- Python Version: Python 3.11.4
- Installed Dependencies: Output of pip freeze can be provided if necessary.
Additional Information:
- I confirmed that my Internet connection is stable.
- There are no firewalls or proxies blocking connections.
- I tested the URL manually using Python's requests module, and it works correctly.
- No specific error messages are displayed in the console logs when the issue occurs.
Request:
Could you please investigate this issue? If there are specific steps I might have missed, or if the code needs adjustments to work with the latest API, I’d appreciate any guidance.
Let me know if additional logs or details are required.
Thank you for your help!