mirror of
https://github.com/kingomarnajjar/ChatDev.git
synced 2026-07-26 06:37:30 +10:00
| .. | ||
| ChatChainConfig.json | ||
| main.py | ||
| manual.md | ||
| meta.txt | ||
| PhaseConfig.json | ||
| readme.md | ||
| requirements.txt | ||
| RoleConfig.json | ||
| setup.py | ||
| WordCloud.prompt | ||
| WordCloud_Beijing.png | ||
| WordCloud_THUNLP_20231015215721.log | ||
Word Cloud Generator
This program generates a word cloud from user input text.
Instructions
- Install the required libraries by running
pip install -r requirements.txt. - Run the program by executing the
main.pyfile. - Enter the desired text in the text entry field.
- Click the "Generate Word Cloud" button to generate the word cloud.
- Choose the output file name and location in the file dialog.
- The word cloud will be saved as a PNG image.
Additional Information
- The word cloud is generated using the WordCloud library.
- The appearance of the word cloud can be customized by modifying the code in the
generate_word_cloudmethod of theWordCloudGeneratorclass.