MiniAI Assistant is a Python-based console application that simulates a basic AI assistant. It interacts with the user through text commands and can manage notes, perform calculations, and search stored information.
This project was developed as a mini academic project using Object-Oriented Programming concepts in Python.
- Greets the user and accepts text commands
- Add notes and store them persistently
- Display all saved notes
- Update and delete existing notes
- Search notes using keywords
- Perform arithmetic calculations
- Graceful exit using
byeorexit
add noteshow notesupdate notedelete noteclear notescalculatesearchhelpbye/exit
- Python (built-in libraries only)
- Object-Oriented Programming (OOP)
- File Handling
- Exception Handling