Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
3 of 5 committers (60.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.9%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: designer-edu
- License: mit
- Language: Python
- Default Branch: main
- Size: 47.3 MB
Statistics
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 34
- Releases: 0
Created about 5 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
License
README.md
Designer
An interactive graphics library designed with student data to learn Python.
Installation
Install from the command line:
pip install designer
Or install from this repository.
Documentation
Find the documentation for Designer here.
External Resources
- Designer takes heavily from Spyral, and shares a maintainer in @acbart
- Designer's emoji support is via Twemoji
- Copyright 2020 Twitter, Inc and other contributors
- Code licensed under the MIT License: http://opensource.org/licenses/MIT
- Graphics licensed under CC-BY 4.0: https://creativecommons.org/licenses/by/4.0/
- Designer is obviously built on Pygame
Future
- Make
groupuse the SpyralViewmechanims. Provide a "frozen group" and a "dynamic group". - Support for
turtlestyle graphics, using animations - More basic shapes like
triangle,star, ...? - Handle potential collision checks "if the object were placed here", circular, etc.
- Update documentation to explain the
destroyfunction - Improve the error handling in as many situations as possible
Contributors
Special thanks to:
- Robert Deaton (@rdeaton) for the creation of Spyral, which is the basis for Designer
- @codeBodger for adding in functionality for font files
Owner
- Name: designer-edu
- Login: designer-edu
- Kind: organization
- Repositories: 2
- Profile: https://github.com/designer-edu
GitHub Events
Total
- Push event: 2
Last Year
- Push event: 2
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Austin Cory Bart | a****t@v****u | 176 |
| Kristina Holsapple | 5****s | 145 |
| kristinaholsapple | k****s@u****u | 1 |
| GitHub Action | a****n@g****m | 1 |
| Austin Cory Bart | a****t@u****u | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 34
- Total pull requests: 13
- Average time to close issues: 5 months
- Average time to close pull requests: about 23 hours
- Total issue authors: 1
- Total pull request authors: 3
- Average comments per issue: 0.09
- Average comments per pull request: 0.0
- Merged pull requests: 12
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- acbart (34)
Pull Request Authors
- acbart (9)
- krishols (2)
- codeBodger (1)
Top Labels
Issue Labels
enhancement (13)
major work (9)
research (6)
refactoring (6)
bug (4)
verify (4)
skulpt (3)
blockpy (2)
documentation (2)
help wanted (2)
good first issue (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 1,239 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 64
- Total maintainers: 2
pypi.org: designer
Student-friendly and evidence-based visual graphics library.
- Homepage: https://github.com/designer-edu/designer
- Documentation: https://designer.readthedocs.io/
- License: MIT
-
Latest release: 0.6.6
published over 2 years ago
Rankings
Downloads: 4.9%
Dependent packages count: 10.1%
Average: 16.1%
Stargazers count: 21.5%
Dependent repos count: 21.6%
Forks count: 22.6%
Last synced:
11 months ago
Dependencies
requirements.txt
pypi
- Pillow >=9.0.1
- pygame >=2.0.1
requirements_dev.txt
pypi
- MarkupSafe ==2.0.1 development
- Pygments ==2.9.0 development
- Sphinx ==4.1.1 development
- docutils ==0.16 development
- pkginfo ==1.7.0 development
- sphinx-rtd-theme ==0.5.2 development
- sphinxcontrib-applehelp ==1.0.2 development
- sphinxcontrib-devhelp ==1.0.2 development
- sphinxcontrib-htmlhelp ==2.0.0 development
- sphinxcontrib-jsmath ==1.0.1 development
- sphinxcontrib-qthelp ==1.0.3 development
- sphinxcontrib-serializinghtml ==1.1.5 development
- sphinxjp.themes.basicstrap ==0.5.0 development
- tqdm ==4.61.1 development
- twine ==3.4.1 development
.github/workflows/docs.yml
actions
- actions/checkout v1 composite
- ad-m/github-push-action master composite
- ammaraskar/sphinx-action master composite
pyproject.toml
pypi
setup.py
pypi