An AI assistant that automates Linux or windows system on voice
#clone the repository
git clone https://github.com/rpj09/FRIDAY-virtual-assistant
cd F.R.I.D.A.Y-linux
# For windows replace F.R.I.D.A.Y-linux with F.R.I.D.A.Y-windows
#Now enter your details in eemail.py and online_class_links.py
"""
'email':'xxx@gmail.com', -->enter you own email
'password':'abc', -->enter you own password
'administrator':'xxx@gmail.com', -->other reciepents
'admin':'xxx@gmail.com',
"""
pip install -r requirements.txt
#
python main.pyNOTE: This project has cross-platform support but requires a bit of tweaking to support platforms other than linux
- Linux
- Windows
- Mac (requires minor changes)
