Chatbot / virtual assistant written in Vuejs & Python to help with every day needs.
- Ability to play limited games against computer or solo games like Snake and Sudoku (coming soon)
- Provide weather information
- Generate passwords
- Search the web
- Provide current time and date
- Tells jokes
- Resize image and change image type (Coming Soon)
- Performs mathematical calculations (addition, subtraction, multiplication, division, square root, and powers)
- Python - Back-end language
- Flask - Back-end framework
- JavaScript - Front-end language
- Vuejs - Front-end framework
- Vuetify - Components / Styling
- SCSS - Styling
- Python (Version >= 3.10)
- Node.js (version >= 18)
- Vuetify v2
git@github.com:PhantomLeak/Alfred.git
cd Alfredpip install -r requirements.txt
cd clientnpm installPython3 server.py
# In a different terminal tab
cd client
npm run serveDylan Stocking (@dylanstocking)