Skip to main content

F1 Telemetry Display

Project description

F1Tel-GUI

A simple GUI python package develped with PyQt5 that helps to analyze Formula 1 car and drivers telemetries

Installation

Install F1tel-gui with pip

  pip3 install f1tel-gui

or

  python3 -m pip install f1tel-gui

External Libraries

  • fastf1: the basic library from where the f1 data are fetch
  • JSONitor: JSON editor used to edit the configuration file

Usage

Using python

python3 -m f1tel_gui [-h] [-e] [--json_layout JSON_LAYOUT]

options:
  -h, --help            show this help message and exit
  -e                    Open the JSON editor
  --json_layout JSON_LAYOUT
                        JSON graph layout file

JSON Layout File Schema

If you want to modify the default JSON layout file or if you want to create your own JSON layout file you have to respect the JSON Schema:

{

    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "array",
    "items": [
        {
            "type": "object",
            "properties": {
                "tabname": {
                    "type": "string"
                },
                "graphs": {
                    "type": "array",
                    "items": [
                        {
                            "type": "object",
                            "properties": {
                                "position": {
                                    "type": "integer"
                                },
                                "sharex": {
                                    "type": "boolean"
                                },
                                "graphName": {
                                    "type": "string"
                                },
                                "xlabel": {
                                    "type": "string"
                                },
                                "ylabel": {
                                    "type": "string"
                                }
                            },
                            "required": [
                                "position",
                                "sharex",
                                "graphName",
                                "xlabel",
                                "ylabel"
                            ]
                        }
                    ]
                }
            },
            "required": [
                "tabname",
                "graphs"
            ]
        }
    ]
}

Authors

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

f1tel_gui-1.0.3-py3-none-any.whl (39.8 kB view details)

Uploaded Python 3

File details

Details for the file f1tel_gui-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: f1tel_gui-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 39.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for f1tel_gui-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 87a5ee6e5f8f6e4210b26b39ede6e796d229ab47119359488d059497a0c07987
MD5 082a4992902a7c0051ab56bfb11e4b47
BLAKE2b-256 29b53486bbfff949c804e51eb3f0761cf94648c03d8277411dfbf036ba9a1e3f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page