RydeEasy is a Python-based ride-sharing application designed to connect drivers and passengers efficiently through a command-line interface (CLI). Developed as a learning-focused portfolio project, RydeEasy demonstrates core software development skills including backend logic, database management and interactive CLI-based user experience.
- Create and manage ride requests via CLI
- Match passengers with drivers in real-time
- Track ride status and history
- Modular design demonstrating Python backend and CLI interaction
- Data validation and basic security measures
This project highlights:
- Python programming with focus on functions, classes and OOP
- Database management (CRUD operations)
- User input validation and error handling
- CLI-based interface for interaction without graphical front-end
- Python 3.8 or above
- pip for dependency management
- SQLite3 Python Library
- SQLite Studio
- Clone the repository:
git clone https://github.com/techgirldiaries/RydeEasy.git- Navigate to the project directory:
cd RydeEasyThis project is licensed under the PolyForm Noncommercial License.
Commercial use is not permitted.
Copyright © 2025 Oluwakemi T Obadeyi