{"id":33233443,"url":"https://github.com/GustavoPeredo/font-downloader","last_synced_at":"2025-11-21T12:01:18.529Z","repository":{"id":39800948,"uuid":"291516978","full_name":"GustavoPeredo/Font-Downloader","owner":"GustavoPeredo","description":"Download fonts from the web!","archived":false,"fork":false,"pushed_at":"2025-09-18T21:06:31.000Z","size":38438,"stargazers_count":169,"open_issues_count":36,"forks_count":24,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-18T23:49:00.708Z","etag":null,"topics":["download-fonts","google-fonts","gtk","language","libhandy","translations"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GustavoPeredo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-30T17:18:56.000Z","updated_at":"2025-09-02T07:09:16.000Z","dependencies_parsed_at":"2024-06-20T16:33:07.986Z","dependency_job_id":"fb4c7dc5-8865-498e-97cb-e029b5bcf91c","html_url":"https://github.com/GustavoPeredo/Font-Downloader","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/GustavoPeredo/Font-Downloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GustavoPeredo%2FFont-Downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GustavoPeredo%2FFont-Downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GustavoPeredo%2FFont-Downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GustavoPeredo%2FFont-Downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GustavoPeredo","download_url":"https://codeload.github.com/GustavoPeredo/Font-Downloader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GustavoPeredo%2FFont-Downloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285611835,"owners_count":27201484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-21T02:00:06.175Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["download-fonts","google-fonts","gtk","language","libhandy","translations"],"created_at":"2025-11-16T18:00:26.292Z","updated_at":"2025-11-21T12:01:18.492Z","avatar_url":"https://github.com/GustavoPeredo.png","language":"Python","funding_links":[],"categories":["Graphics"],"sub_categories":["Vector \u0026 Fonts"],"readme":"\u003ch1\u003e\u003cimg src=\"./data/icons/hicolor/scalable/apps/org.gustavoperedo.FontDownloader.svg\"\u003e Font Downloader\u003c/h1\u003e\n\n![master](https://github.com/GustavoPeredo/Font-Downloader/actions/workflows/build.yml/badge.svg)\n\n## About\n\nOne day I was bored of my terminal font and wanted to switch, unfortunately going through the entire process of searching Google Fonts for a font, then downloading, then copying and pasting it into my .fonts folder to only then test a font was a pain. So I decided to create this app!\n\u003cdiv align=\"right\"\u003e\n    \u003ca href='https://flathub.org/apps/details/org.gustavoperedo.FontDownloader'\u003e\u003cimg width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\n## Screenshots\n\n![](https://raw.githubusercontent.com/GustavoPeredo/font-downloader/master/data/screenshots/entire.png)\n![](https://raw.githubusercontent.com/GustavoPeredo/font-downloader/master/data/screenshots/compact.png)\n![](https://raw.githubusercontent.com/GustavoPeredo/font-downloader/master/data/screenshots/dark_entire.png)\n![](https://raw.githubusercontent.com/GustavoPeredo/font-downloader/master/data/screenshots/dark_compact.png)\n\n## How to compile\n\nIf you use GNOME Builder, simply cloning the project is enough, otherwise you need to install libhandy as a dependency.\n\nDependencies in Fedora:\n```\nsudo dnf install cmake meson ninja \nsudo dnf install libhandy1-dev\n```\n\n\nThen build using meson:\n\n```\ngit clone https://github.com/GustavoPeredo/font-downloader.git\ncd font-downloader\nmkdir build\nmeson build .\ncd build\nninja\nninja install\n```\n\nTo run it from terminal:\n```\nfontdownloader\n```\n\n## Translations!\n\nThey are here and need your help! Don't be afraid to open an issue or contribute to the translations here: [https://poeditor.com/join/project?hash=hfnXv8Iw4o](https://poeditor.com/join/project?hash=hfnXv8Iw4o)\n\n## To-Dos\n\n* ~~Learn how po works~~\n* ~~Do some translations~~\n* ~~See if it is ready for flatpak~~\n* ~~Add GtkFileChooser dialog for user to choose where to download fonts to~~\n* ~~Create settings panel (default installation directory and dark mode)~~\n* ~~Create about window~~\n* ~~Visual feedback for when fonts are done installing/downloading~~\n* ~~Show a little check for when a font is already installed~~\n* ~~Add new filters (depending on alphabet, will probably require a redesign of the app)~~\n* ~~Optimize code~~\n* ~~Update to libhandy 1.0 and update glade files accordingly~~\n* ~~Find a way to remove the \"back_button\" without check-resize~~\n* ~~Fix fonts names~~\n* ~~Translate new strings~~\n* ~~Migrate to gitlab~~\n\n\u003cdiv align=\"center\"\u003e\n    \u003cp\u003e\u003cb\u003e Proudly part of the GNOME Circle \u003c/b\u003e\u003c/p\u003e\n    \u003ca href='https://circle.gnome.org/'\u003e\u003cimg width='240' alt='GNOME Circle' src='https://gitlab.gnome.org/Teams/Circle/-/raw/master/assets/button/circle-button-fullcolor.svg'/\u003e\u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGustavoPeredo%2Ffont-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGustavoPeredo%2Ffont-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGustavoPeredo%2Ffont-downloader/lists"}