{"id":17958400,"url":"https://github.com/vexx32/pswordcloud","last_synced_at":"2025-03-25T03:31:02.993Z","repository":{"id":34003120,"uuid":"158657647","full_name":"vexx32/PSWordCloud","owner":"vexx32","description":"Create pretty word clouds with PowerShell!","archived":false,"fork":false,"pushed_at":"2023-02-21T10:56:56.000Z","size":24678,"stargazers_count":119,"open_issues_count":12,"forks_count":17,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-29T11:33:13.510Z","etag":null,"topics":["hacktoberfest","powershell","wordcloud","wordcloud-generator"],"latest_commit_sha":null,"homepage":"","language":"C#","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/vexx32.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null},"funding":{"github":"vexx32","patreon":"PSKoans","open_collective":null,"ko_fi":"joelsallow","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-11-22T07:15:45.000Z","updated_at":"2024-07-05T23:58:35.000Z","dependencies_parsed_at":"2023-09-24T10:27:39.893Z","dependency_job_id":null,"html_url":"https://github.com/vexx32/PSWordCloud","commit_stats":{"total_commits":210,"total_committers":5,"mean_commits":42.0,"dds":"0.16190476190476188","last_synced_commit":"eb46a453e94016df085dd2b5a2a7948ac2132c17"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vexx32%2FPSWordCloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vexx32%2FPSWordCloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vexx32%2FPSWordCloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vexx32%2FPSWordCloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vexx32","download_url":"https://codeload.github.com/vexx32/PSWordCloud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245394543,"owners_count":20608115,"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":["hacktoberfest","powershell","wordcloud","wordcloud-generator"],"created_at":"2024-10-29T10:59:58.514Z","updated_at":"2025-03-25T03:31:01.084Z","avatar_url":"https://github.com/vexx32.png","language":"C#","funding_links":["https://github.com/sponsors/vexx32","https://patreon.com/PSKoans","https://ko-fi.com/joelsallow"],"categories":[],"sub_categories":[],"readme":"# PSWordCloud\n\nCreate pretty word clouds with PowerShell!\n\n## Installation\n\n```powershell\nInstall-Module PSWordCloud\n```\n\n## Usage\n\n```powershell\n\n# Simply provide a list of words (in this case, supplied with a simple hashtable depicting words and\n# their relative sizes.\n\nNew-WordCloud -Path .\\wordcloud.svg -Typeface Consolas -WordSizes @{\n    dragon = Get-Random -Maximum 10 -Minimum 1 \n    rabbit = Get-Random -Maximum 15 -Minimum 1 \n    horse = Get-Random -Maximum 18 -Minimum 1 \n    cow = Get-Random -Maximum 20 -Minimum 1 \n    cat = Get-Random -Maximum 8 -Minimum 1 \n    fox = Get-Random -Maximum 12 -Minimum 1 \n}\n\n# Alternately, get a chunk of text (doesn't matter where), and pipe it directly to the cmdlet to create\n# a word-frequency word cloud.\nGet-ClipBoard | New-WordCloud -Path .\\wordcloud.svg -Typeface Georgia\n\nGet-Content .\\words.txt | New-WordCloud -Path .\\wordcloud2.svg -ImageSize 1080p\n\nGet-ClipBoard | New-WordCloud -Path .\\wordcloud3.svg -Typeface Consolas -ImageSize 1000x1000\n```\n\n## Examples\n\nSee [the Gallery](./Examples/Examples.md) for some example usage and output!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvexx32%2Fpswordcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvexx32%2Fpswordcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvexx32%2Fpswordcloud/lists"}