https://github.com/kfields/spyral
Draws spirals using Pyglet
https://github.com/kfields/spyral
Last synced: about 1 month ago
JSON representation
Draws spirals using Pyglet
- Host: GitHub
- URL: https://github.com/kfields/spyral
- Owner: kfields
- Created: 2020-03-15T23:30:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-22T23:26:48.000Z (12 months ago)
- Last Synced: 2025-10-12T09:42:29.516Z (10 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spyral
Draws spirals using Pyglet
## Install
Navigate to a directory where you keep your software projects
cd projects
Clone the repository
git clone https://github.com/kfields/wyggles.git
Change to the new directory which contains the repository
cd spyral
Create a Python 3 virtual environment called `env`
python3 -m venv env
Activate the environment
source env/bin/activate
Install required packages
pip install -r requirements.txt
## Run
python main.py