dotexe1337 / vehicle-addons-data-to-fancy-formatted-list

A script I made to convert the Members Paradise addon data to a fancy formatted list to make it easier to understand for formatting into the code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vehicle-addons-data-to-fancy-formatted-list

This script converts a basic vehicle addon data file to a fancy formatted list.

This script is licensed under the GNU General Public License (GPL) v2. For more information, please read LICENSE.md.

how to use

Put addon.txt and test.py in the same folder, then run test.py and read the standard output in your CLI.

addon.txt format

The format is: model_name:fancy_vehicle_name:category_number (read the code to get the category numbers)

About

A script I made to convert the Members Paradise addon data to a fancy formatted list to make it easier to understand for formatting into the code

License:GNU General Public License v2.0


Languages

Language:Python 100.0%