https://github.com/corey-richardson/archery-distribution-plotter
Plots data from the "MyTargets Archery" app
https://github.com/corey-richardson/archery-distribution-plotter
Last synced: 2 months ago
JSON representation
Plots data from the "MyTargets Archery" app
- Host: GitHub
- URL: https://github.com/corey-richardson/archery-distribution-plotter
- Owner: corey-richardson
- Created: 2022-11-02T19:51:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T09:03:25.000Z (over 2 years ago)
- Last Synced: 2025-02-05T14:40:59.869Z (4 months ago)
- Language: Python
- Size: 3.89 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# archery-distribution-plotter
Plots data from the [MyTargets Archery](https://play.google.com/store/apps/details?id=de.dreier.mytargets&hl=en_GB&gl=US) appInitial and second version of a script which takes in a user-selected csv file and plots the values onto a target face, allowing the user to cleary
and visually see the required changes to their archery setup.Target based on a WA 60cm Compound target
See individual READMEs for more detailed documentation.
-------------------------------------------------------
Plans to expand on this project for the CS50-P 2022 Final Project
- Let the user choose between CSV inputted data and a GUI which will let them plot their own arrows
- Select from common classification round types which will each have their own attributes (total arrows, target face)
- Select bow type (compound, recurve)
- Display the required scores for each rank
- --> This will need me to learn Tkinter better, maybe OpenCV for image coordinate selecting