A simple command-line based car store simulation in Python. Users can browse available cars, choose a model, and proceed with a mock payment system (cash or card). At the end of a successful transaction, a purchase bill is generated.
- View and select from 4 premium car models
- Simple CLI-based user experience
- Simulated payment system (cash/card)
- Masked card details for basic privacy
- Receipt generation with timestamp
- Python 3.6+
- Standard libraries only (no external dependencies)
- Clone the repository:
git clone https://github.com/aashifm1/car-store.git cd car-store