Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniAI Assistant (Console-Based)

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.


Features

  • 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 bye or exit

Supported Commands

  • add note
  • show notes
  • update note
  • delete note
  • clear notes
  • calculate
  • search
  • help
  • bye / exit

Technologies Used

  • Python (built-in libraries only)
  • Object-Oriented Programming (OOP)
  • File Handling
  • Exception Handling

About

Console-based Mini AI Assistant using Python

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages