{"id":17913523,"url":"https://github.com/pysimplegui/psgfiglet","last_synced_at":"2025-07-21T05:06:14.618Z","repository":{"id":227421450,"uuid":"756768699","full_name":"PySimpleGUI/psgfiglet","owner":"PySimpleGUI","description":"Create Figlets easily using this application created using PySimpleGUI.","archived":false,"fork":false,"pushed_at":"2024-02-13T09:32:53.000Z","size":64,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-17T21:10:13.823Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PySimpleGUI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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":"2024-02-13T09:21:18.000Z","updated_at":"2024-11-07T23:28:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"22a377ca-2b19-44b1-8966-3eaec45d32d9","html_url":"https://github.com/PySimpleGUI/psgfiglet","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"88bbe96827297258ca775079c551e8c327414c0a"},"previous_names":["pysimplegui/psgfiglet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PySimpleGUI/psgfiglet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySimpleGUI%2Fpsgfiglet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySimpleGUI%2Fpsgfiglet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySimpleGUI%2Fpsgfiglet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySimpleGUI%2Fpsgfiglet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PySimpleGUI","download_url":"https://codeload.github.com/PySimpleGUI/psgfiglet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySimpleGUI%2Fpsgfiglet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266242072,"owners_count":23898102,"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":[],"created_at":"2024-10-28T19:52:24.159Z","updated_at":"2025-07-21T05:06:14.596Z","avatar_url":"https://github.com/PySimpleGUI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cp align=\"center\"\u003e\u003cimg width=\"238\" height=\"135\" src=\"https://pysimplegui.net/images/logos/psglogofull.svg\"\u003e\u003cp\u003e\n\n  \u003ch2 align=\"center\"\u003epsgfiglet\u003c/h2\u003e\n  \u003ch2 align=\"center\"\u003eA PySimpleGUI Application\u003c/h2\u003e\n\u003c/p\u003e\n\nCreate Figlets\n\n```text\n  ______ _       _      _\n |  ____(_)     | |    | |\n | |__   _  __ _| | ___| |_ ___\n |  __| | |/ _` | |/ _ \\ __/ __|\n | |    | | (_| | |  __/ |_\\__ \\\n |_|    |_|\\__, |_|\\___|\\__|___/\n            __/ |\n           |___/\n```\n```text\n  _               ___       __  _                 _        ___        _____\n | |__  _   _    / _ \\_   _/ _\\(_)_ __ ___  _ __ | | ___  / _ \\/\\ /\\  \\_   \\\n | '_ \\| | | |  / /_)/ | | \\ \\ | | '_ ` _ \\| '_ \\| |/ _ \\/ /_\\/ / \\ \\  / /\\/\n | |_) | |_| | / ___/| |_| |\\ \\| | | | | | | |_) | |  __/ /_\\\\\\ \\_/ /\\/ /_\n |_.__/ \\__, | \\/     \\__, \\__/|_|_| |_| |_| .__/|_|\\___\\____/ \\___/\\____/\n        |___/         |___/                |_|\n```\n\n\n\n\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"850\" height=\"429\" src=\"screenshot.png\"\u003e\u003cp\u003e\n\n\n\n\n\n\n\n## Features\n\n* Retro ASCII ART\n* Create big block letters composed of smaller characters\n* Choose from dozens of fonts\n* Copy and paste into your documents and code\n\n\n## Installation\n\n### Using PIP with PyPI\n\nThe latest official release of PySimpleGUI products can be found on PyPI.  To pip install the demo applications from PyPI, use this command\n\n#### If you use the command `python` on your computer to invoke Python (Windows):\n\n`pip install --upgrade psgfiglet`\n\n#### If you use the command `python3` on your computer to invoke Python (Linux, Mac):\n\n`pip3 install --upgrade psgfiglet`\n\n### Using PIP with GitHub\n\nYou can also pip install the PySimpleGUI Applications that are in the PySimpleGUI GitHub account.  The GitHub versions have bug fixes and new programs/features that have not yet been released to PyPI. To directly pip install from that repo:\n\n#### If you use the command `python` on your computer to invoke Python (Windows):\n\n```bash\npython -m pip install --upgrade https://github.com/PySimpleGUI/psgfiglet/zipball/main\n```\n\n#### If you use the command `python3` on your computer to invoke Python (Linux, Mac):\n\n```bash\npython3 -m pip install --upgrade https://github.com/PySimpleGUI/psgfiglet/zipball/main\n```\n\n\n## Usage\n\nOnce installed, launch psgfiglet by typing the following in your command line:\n\n`psgfiglet`\n\n## About - What is a Figlet?\n\nA Figlet is a text based way to add large block text to your code or chats.  There are a variety of \"Fonts\" available that you'll find listed along the left side of the screen.\n\n![image](https://user-images.githubusercontent.com/46163555/136379651-58f474d7-fbfa-423f-a5da-162d6936d104.png)\n\n## To use in your code\n\nThe easiest way to is make a multiline string in your code using triple quotes:\n\n```python\n\n'''\nThis is a multiline string\nLine 2\n'''\n```\n\n\nYou can simply paste your Figlet into one of these multiline comments.  They work well at breaking up your code into chunks\n\n```python\n\n'''\n                    oo          \n                                \n88d8b.d8b. .d8888b. dP 88d888b. \n88'`88'`88 88'  `88 88 88'  `88 \n88  88  88 88.  .88 88 88    88 \ndP  dP  dP `88888P8 dP dP    dP\n'''\n\ndef main():\n    x = 20\n\n```\n\n## License \u0026 Copyright\n\nCopyright 2023-2024 PySimpleSoft, Inc. and/or its licensors.\n\nThis is a free-to-use \"Utility\" and is licensed under the\nPySimpleGUI License Agreement, a copy of which is included in the\nlicense.txt file and also available at https://pysimplegui.com/eula.\n\nPlease see Section 1.2 of the license regarding the use of this Utility,\nand see https://pysimplegui.com/faq for any questions.\n\n\n## Contributing\n\nWe are happy to receive issues describing bug reports and feature\nrequests! If your bug report relates to a security vulnerability,\nplease do not file a public issue, and please instead reach out to us\nat issues@PySimpleGUI.com.\n\nWe do not accept (and do not wish to receive) contributions of\nuser-created or third-party code, including patches, pull requests, or\ncode snippets incorporated into submitted issues. Please do not send\nus any such code! Bug reports and feature requests should not include\nany source code.\n\nIf you nonetheless submit any user-created or third-party code to us,\n(1) you assign to us all rights and title in or relating to the code;\nand (2) to the extent any such assignment is not fully effective, you\nhereby grant to us a royalty-free, perpetual, irrevocable, worldwide,\nunlimited, sublicensable, transferrable license under all intellectual\nproperty rights embodied therein or relating thereto, to exploit the\ncode in any manner we choose, including to incorporate the code into\nPySimpleGUI and to redistribute it under any terms at our discretion.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpysimplegui%2Fpsgfiglet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpysimplegui%2Fpsgfiglet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpysimplegui%2Fpsgfiglet/lists"}