This repository contains a simple Python script to generate a Word Cloud from a given text.
Python 3.6 or later is required with the following packages:
- matplotlib
- wordcloud
These can be installed with pip using the provided requirements file:
pip install -r requirements.txt
- Clone the repository.
- Install the necessary requirements.
- Modify the
textvariable inmain.pyto contain your desired text. - Run
main.pyto generate and display the Word Cloud.
python main.py
You can customize the Word Cloud by modifying the parameters used in the WordCloud constructor in main.py. For example, you can change the background color, image size, minimum font size, and more.
Thank you for your interest in contributing to the Word Cloud Generator! Check out the CONTRIBUTING.md file for guidelines on how to contribute.
All participants in this project are expected to maintain a high standard of professional behavior. Check out the CODE_OF_CONDUCT.md file for more information.