{"id":26601278,"url":"https://github.com/drastus/unicover","last_synced_at":"2025-04-09T16:34:07.157Z","repository":{"id":24692376,"uuid":"28103591","full_name":"drastus/unicover","owner":"drastus","description":"Command-line tool displaying Unicode characters coverage of system fonts","archived":false,"fork":false,"pushed_at":"2018-08-20T19:56:10.000Z","size":31,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T18:50:13.475Z","etag":null,"topics":["fonts","python","unicode","unicode-coverage"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"phillipberndt/autorandr","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drastus.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-16T19:49:38.000Z","updated_at":"2022-08-19T18:18:05.000Z","dependencies_parsed_at":"2022-08-17T17:55:24.285Z","dependency_job_id":null,"html_url":"https://github.com/drastus/unicover","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drastus%2Funicover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drastus%2Funicover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drastus%2Funicover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drastus%2Funicover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drastus","download_url":"https://codeload.github.com/drastus/unicover/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248067756,"owners_count":21042348,"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","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":["fonts","python","unicode","unicode-coverage"],"created_at":"2025-03-23T18:38:12.409Z","updated_at":"2025-04-09T16:34:07.118Z","avatar_url":"https://github.com/drastus.png","language":"Python","readme":"**UniCover** is a simple command-line tool displaying information about Unicode coverage of system fonts. It should work on systems that utilize Fontconfig (Linux and other Unix-like).\n\nDependencies: Python-fontconfig, freetype-py.\n\nInstallation\n============\n\nIn most cases issuing the following command will be sufficient:\n\n.. code-block:: bash\n\n    pip3 install --user UniCover\n\nIf you get an error from Python Fontconfig library, try installing its header files first, eg. for Debian or Ubuntu:\n\n.. code-block:: bash\n\n    sudo apt install libfontconfig1-dev\n\nUsage\n=====\n\nBasic usage\n-----------\n\n**Display all characters contained given font family or font file**\n\nReturns list of characters grouped by Unicode blocks.\n\n.. code-block:: bash\n\n    unicover -f 'Liberation Sans'\n    unicover -f /usr/share/fonts/TTF/LiberationSans-Bold.ttf\n\n    unicover -f 'Liberation Sans' -g    # lists only Unicode blocks\n    unicover -f 'Liberation Sans' -o    # omits summary line (total number of characters)\n\nYou can discover what fonts are installed in your system using Fontconfig:\n\n.. code-block:: bash\n\n    fc-list : family        # lists font families\n    fc-list : file family   # lists font files with families they belong to\n\n**List all system fonts that contain the specified character**\n\n.. code-block:: bash\n\n    unicover -c ₹\n    unicover -c 54f6\n\n    unicover -c ₹ -g        # lists only font families\n    unicover -c ₹ -o        # omits summary line (total number of fonts)\n\nSystem fonts summaries\n----------------------\n\n**Display all Unicode blocks supported by the system fonts**\n\n.. code-block:: bash\n\n    unicover -g\n\n**List all characters supported by the system fonts**\n\n.. code-block:: bash\n\n    unicover -l\n    unicover -gl            # group characters by Unicode block\n\nNote: output will be very long.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrastus%2Funicover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrastus%2Funicover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrastus%2Funicover/lists"}