معرفی شرکت ها


f1tel-gui-1.0.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

F1 Telemetry Display
ویژگی مقدار
سیستم عامل -
نام فایل f1tel-gui-1.0.3
نام f1tel-gui
نسخه کتابخانه 1.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Barbato Federico
ایمیل نویسنده barbato.federico01@outlook.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/f1tel-gui/
مجوز -
# 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 ```bash pip3 install f1tel-gui ``` or ```bash python3 -m pip install f1tel-gui ``` ## External Libraries - [fastf1](https://theoehrly.github.io/Fast-F1): the basic library from where the f1 data are fetch - [JSONitor](https://github.com/AaronAikman/JSONitor): JSON editor used to edit the configuration file ## Usage Using python ```cli 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: ```json { "$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 - [Developer310301](https://www.github.com/Developer310301) ## License [MIT](https://choosealicense.com/licenses/mit/)


نیازمندی

مقدار نام
- PyQt5
- Qscintilla
- QtAwesome
- fastf1
- jsonschema
- matplotlib
- numpy
- pandas
- pyperclip
- pyqt5
- qdarkstyle


نحوه نصب


نصب پکیج whl f1tel-gui-1.0.3:

    pip install f1tel-gui-1.0.3.whl


نصب پکیج tar.gz f1tel-gui-1.0.3:

    pip install f1tel-gui-1.0.3.tar.gz