Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adam0brien/f1archive
Using the ergast api to pull information about past F1 races
https://github.com/adam0brien/f1archive
Last synced: about 1 month ago
JSON representation
Using the ergast api to pull information about past F1 races
- Host: GitHub
- URL: https://github.com/adam0brien/f1archive
- Owner: Adam0Brien
- Created: 2022-06-10T22:59:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T21:58:20.000Z (over 2 years ago)
- Last Synced: 2023-03-05T09:28:35.035Z (over 1 year ago)
- Language: Python
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# F1Archive (Work in Progress)
-Uses the Ergast api to pull information about past F1 races-As of right now you can enter details into the GUI and it will make a pull request from the ergast api website and write the xml file to data.xml
-The details of where the race took place and at what date will then be displayed
- What i Learned in this Project: How to Build a Python GUI using tkinter, API Requests Using Python
- BUGS: The data will only be displayed once certain parts of the XML are deleted (the first 3 lines)