# naive-wordcloud **Repository Path**: maniacata/naive-wordcloud ## Basic Information - **Project Name**: naive-wordcloud - **Description**: naive wordcloud demo for someone's assignment :P - **Primary Language**: Unknown - **License**: WTFPL - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-13 - **Last Updated**: 2021-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Readme Make sure you have python 3 installed and environment variables are properly configured. Here's an example for Windows: ```powershell python -m venv venv .\venv\Scripts\Activate.ps1 pip install -r requirements.txt python main.py ```