Skip to content

This repository contains a Python script that generates Word Clouds from text. The script uses matplotlib and wordcloud libraries to create and display the Word Cloud. It's customizable and easy to use. Just update the text in main.py and run the script to see your text transformed into a Word Cloud!

License

Notifications You must be signed in to change notification settings

Brandonrai/wordcloud-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Cloud Generator

This repository contains a simple Python script to generate a Word Cloud from a given text.

Requirements

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

Usage

  1. Clone the repository.
  2. Install the necessary requirements.
  3. Modify the text variable in main.py to contain your desired text.
  4. Run main.py to generate and display the Word Cloud.
python main.py

Customization

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.

Contributing

Thank you for your interest in contributing to the Word Cloud Generator! Check out the CONTRIBUTING.md file for guidelines on how to contribute.

Code of Conduct

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.

About

This repository contains a Python script that generates Word Clouds from text. The script uses matplotlib and wordcloud libraries to create and display the Word Cloud. It's customizable and easy to use. Just update the text in main.py and run the script to see your text transformed into a Word Cloud!

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages