Skip to content

Latest commit

 

History

History
35 lines (33 loc) · 1.36 KB

README.md

File metadata and controls

35 lines (33 loc) · 1.36 KB

Wednesday

Introducing Wednesday – your AI companion redefining interaction! Wednesday, the innovative chatbot AI tool, simplifies tasks, assists, and engages seamlessly. Enhance productivity, streamline communication, and unlock a new era of intuitive assistance with Wednesday. Say hello to efficiency, intelligence, and convenience rolled into one powerful tool!

# Installation

Installing neccessary Libraries

  • pip install Pyttsx3
  • pip install getpass
  • pip install google.generativeai

Stepup_1

  • Direct run with Python

Stepup_2

Making a command prompt Alias

Linux
  • open .bashrc
  • add "alias wednesday=python3 Path_to_Wednesday.py" in bashrc
  • save the changes
  • You are all set. now to run wednesday just open terminal and type wednesday
Windows
  • Replace path of Wed.txt in Wednesday.py & path of Wednesday.py in cmd.bat
  • Open Cmd Properties
  • add the path of cmd.bat in target under Shortcut section as shown in example
    Example: /k "C:\Users\Nihal\cmd.bat"
  • image
  • You are all set. now to run wednesday just open cmd and type wednesday