https://github.com/wwi2196/world-rally-cross-championship-management-system
This command line application is designed to manage the World Rally Cross Championship. It allows for adding, deleting, and updating driver details, viewing championship standings, simulating races, and more.
https://github.com/wwi2196/world-rally-cross-championship-management-system
Last synced: 3 months ago
JSON representation
This command line application is designed to manage the World Rally Cross Championship. It allows for adding, deleting, and updating driver details, viewing championship standings, simulating races, and more.
- Host: GitHub
- URL: https://github.com/wwi2196/world-rally-cross-championship-management-system
- Owner: WWI2196
- License: mit
- Created: 2024-04-07T11:11:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-07T07:23:12.000Z (11 months ago)
- Last Synced: 2025-01-29T22:45:02.572Z (5 months ago)
- Language: Python
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# World Rally Cross Championship Management System
## Overview
This command line application is designed to manage the World Rally Cross Championship. It allows for adding, deleting, and updating driver details, viewing championship standings, simulating races, and more.## Features
- **ADD**: Add a new driver's details.
- **DDD**: Delete a driver by name.
- **UDD**: Update a driver's details by name.
- **VCT**: View the championship standings table.
- **SRR**: Simulate a random race and assign points.
- **VRL**: View the race table sorted by date.
- **STF**: Save current data to a text file.
- **RFF**: Load data from a saved text file.
- **ESC**: Exit the program.