https://github.com/plugarut/wordclouder
https://github.com/plugarut/wordclouder
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plugarut/wordclouder
- Owner: PlugaruT
- Created: 2020-05-12T09:37:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T19:00:28.000Z (over 4 years ago)
- Last Synced: 2025-01-17T03:35:21.352Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordClouder
Simple Django application that generated WordClouds based on some text.
### Project Setup
Make sure you have Python `3.8+` installed on your machine.
I recommend to also create a virtual environment in order to isolate project dependencies.
To install project dependencies just run
```
make install
```
The project uses `black` for code formatting, and to format the code, just run
```
make lint
```
To start the development server on your machine, run
```
make run
```