- 50
- Germany
This is a GT7 Driver Ranking Tracker that uses PlayStations share feature to detect the value of the progress bar in the GT7 Sport menu. It is a very basic proof of concept and has some limitations. So far it is the only way to get a numerical GT7 Sports mode driver rating.
In short:
The timestamp, value and max resolution of the driver rating data is stored in a CSV file in Pythonista's iCloud folder. You may open this folder on a Mac for working with the data.
Gran Turismo 7 Driver Rating Tracker is not affiliated with Sony, PlayStation or Gran Turismo.
In short:
- Take a screenshot on your PlayStation
- Share the screenshot with this script on your iOS device
- Get a numerical value for your current progress in your current driver rating class as text and a CSV file
The timestamp, value and max resolution of the driver rating data is stored in a CSV file in Pythonista's iCloud folder. You may open this folder on a Mac for working with the data.
Gran Turismo 7 Driver Rating Tracker is not affiliated with Sony, PlayStation or Gran Turismo.
Setup
- Install Pythonista 3 on iOS (9,99€)
- Install PlayStation App on iOS (free)
- Turn on Auto-Upload of PlayStation Captures. See this description.
- In Pythonista
- Copy the script gt7_driver_ranking.py from here to Pythonistas main folder (local or iCloud)
- Create a Share Extension Shortcut in "Settings -> Share Extension Shortcut" for the script.
Run
- On your PlayStation
- Navigate to the GT Sport Menu, where you normally select Daily Races, Nations Cup and Manufacturers Cup
-
- Make sure the screen shows the bar below your current Driver Rating (screenshot edited to not include possibly copyrighted material)
-
- Take a screenshot (Share Button)
- (Wait for the screenshot to be uploaded. Since GT7 has an online connection, the upload is slower than expected)
- Navigate to the GT Sport Menu, where you normally select Daily Races, Nations Cup and Manufacturers Cup
- In your PlayStation App:
- Select the recently uploaded screenshot from the screenshot gallery
- Click the share button on the left hand side
- Select the share button at the bottom, to share with other iOS apps
- Select "Run Pythonista Script"
- Select the shortcut you created in Step 3 of the setup instructions
Limitations
- Currently only works for PS5 and PS4 Pro resolutions (3840x2160), PS4 is not supported yet.
- Driver rating is not detected yet.
- Since the progress bar does only consist of 72 pixels the maximum data resolution is 72.
How can I help?
- Provide me with uncompressed screenshots from the app of
- other driver ratings than B and I can add driver rating class detection.
- of a base PS4
Example CSV Data
2022-09-08,8,72
2022-09-09,11,72
Last edited: