A bold, interactive CLI-based coffee ordering system built in Python using OOP principles, ASCII art, and styled with
colorama. Designed for fun, learning, and resume projects.
- 🔸 Object-Oriented Python architecture
- 🔸 Bold UI using
colorama - 🔸 ASCII Art welcome banner
- 🔸 Neon Loader animation
- 🔸 Menu with pricing and real-time feedback
- 🔸 Payment handling with coin simulation
- 🔸 Resource tracking and machine report
- 🔸 Extensible and GitHub-friendly file structure
- CLI prints an ASCII-styled welcome screen
- User selects from multiple drinks (Espresso, Americano, etc.)
- Machine checks resources and asks for payment
- Brew simulation with animated loader
- Real-time report and change return (if any)
CoffeeMachine_OOP_Demo.mp4
Contributions are welcome!
- Fork this repo
- Create a new branch:
git checkout -b feature/your-feature - Commit:
git commit -m "Add feature" - Push:
git push origin feature/your-feature - Open a pull request
Coloramafor CLI colors- Python 3.x
- Created with ❤️ by Sibaram Behera