mirror of
https://github.com/mgerb/top-of-reddit
synced 2026-01-12 11:32:51 +00:00
10 lines
168 B
Bash
Executable File
10 lines
168 B
Bash
Executable File
wordcloud_cli.py \
|
|
--text subreddits.txt \
|
|
--imagefile output.png \
|
|
--color red \
|
|
--background white \
|
|
--height 2000 \
|
|
--width 2000 \
|
|
--margin 10 \
|
|
--mask ./circle.png
|