ARYA-MOTO (Automatic Resource Yard for Automobiles) is a terminal-based Python program for managing automobile services, including customer registration, vehicle logs, and service history — all in a stylish, color-coded, ASCII-enhanced command-line interface.

open-source python python-programming school-project
1 Open Issue Need Help Last updated: Jul 7, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Enhance the ARYA-MOTO automobile service management system by adding features for managing vehicle brands, types, models, and services. This involves creating CRUD (Create, Read, Update, Delete) operations for each category, ensuring proper data relationships (models linked to brands and types, services linked to models), and integrating these features into the existing CLI interface while maintaining the project's ASCII art style.

Complexity: 4/5
good first issue

ARYA-MOTO (Automatic Resource Yard for Automobiles) is a terminal-based Python program for managing automobile services, including customer registration, vehicle logs, and service history — all in a stylish, color-coded, ASCII-enhanced command-line interface.

Python
#open-source#python#python-programming#school-project