https://github.com/highstimrequired/pycloud
A wordcloud making app
https://github.com/highstimrequired/pycloud
Last synced: over 1 year ago
JSON representation
A wordcloud making app
- Host: GitHub
- URL: https://github.com/highstimrequired/pycloud
- Owner: HighStimRequired
- Created: 2025-01-04T08:14:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T10:36:18.000Z (over 1 year ago)
- Last Synced: 2025-01-04T11:37:20.055Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyCloud
A wordcloud making app
Feature Highlights
Built-in Stopwords Toggle
Check “Use Default English Stopwords” to combine the default set with your own excluded words.
Color Pickers
Background Color: Button that opens a color chooser and applies the chosen color to the background color entry.
Text Color: Button that opens a color chooser and appends the chosen color to the font color(s) entry. Enter multiple colors (e.g., #FF0000, #00FF00, #0000FF) for more variety.
Max Words & Max Font Size
Sliders that let you quickly change how dense and large the words can be.
Collocations
Turn them on/off so multi-word phrases (like “New York”) either show up as a single token or get split.
Random Seed
Enter an integer (e.g., 42) if you want to reproduce the exact same layout every time you generate the word cloud. Leave it blank or input invalid text to skip.
Custom TTF Font
If you have a .ttf file (punk style, sci-fi style, etc.), browse and select it. The word cloud will use that typeface. Otherwise, it defaults to whatever WordCloud uses natively.
Top 10 Words
Quickly see which words appear most often, respecting your excluded words and built-in stopwords toggle.