This is JARVIS, your personal assistant in command line! It is completely based on python. I have also provided an virtualenv named env. If you dont know how to use it you can also use the run.ps1(for powershell) or run.cmd(for command prompt) scripts. This assistant is currently supported only for windows as i dont have any linux pc.
I have provided zipped versions of the bot in the releases section of the project so you can download from there OR clone this repo but in doing so, some features may break.
You dont need to install python to run this assistant. You can use the env. But if you want to, then install python 3, as this project is made with python 3.
- Wish the user!
- Introduce itself
- Search wikipedia
- Play songs
- Open Google
- Email to someone
- Tell time
- Tell weather
- Search on google
- Search on youtube
- Get jokes
- Get news
- Give advice
- Get your ip
- Exit itself
- Unmute mic (Zoom/Teams)
- Check For Updates
- Calculate anything
- Provides subtitles
- Sleep Mode
- Pip package
- App GUI
- App rewrite
- Ultra-Reduce the size
├── .github # Github Files
├── .vscode # VSCode Config Files
├── __pycache__ # Cache Folder
├── env # ENV
├── mic # Files For Mic Function
│ ├── Zoom_mic.png # Zoom's Mic Picture
│ ├── msTeams_mic.png # Team's Mic Picture
│ ├── msTeams.py # Script To Unmute MSTeam's Mic
│ ├── zoom.py # Script To Unmute MSTeam's Mic
│ ├── process.py # Process Checking Script
│ └── speak_f.py # Speak Function File
├── .gitattributes # gitattributes File
├── .gitignore # gitignore File
├── toke.py # Token File
├── __main__.py # JARVIS Functions Implementation File
├── __init__.py # Main Functions File
├── run.cmd # Command Prompt Script To Run The Program
└── run.ps1 # Powershell Script To Run The Program