Skip to content

GaelHF/Clippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 7, 2024
91c942a · Jan 7, 2024

History

10 Commits
Jan 5, 2024
Jan 7, 2024
Jan 6, 2024
Jan 6, 2024
Jan 7, 2024
Jan 6, 2024
Jan 6, 2024
Jan 5, 2024
Jan 7, 2024
Jan 6, 2024
Jan 6, 2024
Jan 6, 2024
Jan 5, 2024

Repository files navigation

Logo

Clippy

Do you remember me ? I was serving you in Windows 97.

Author

Command Handler

You can create your own commands in config.py add a function and 1 word for your command

#Command Handler

#Command Exemple
def functionName():
    print("This is a command exemple")

commandhandler = {
    'yourCommandWord': functionName
}

Library

To use Clippy you will need:

  • speechrecognition / 3.10.1
  • pyttsx3 / 2.90
  • google.cloud.texttospeech / 2.15.1
  • PyAudio / 0.2.14
  • ascii_magic / 2.3.0
  • pygame / 2.3.0
  • crayons / 0.4.0
  • tk / 0.1.0
  • pytube / 15.0.0
  • win10toast / 0.9
  • tkintermapview / 1.29
  • packaging / 23.2
  • customtkinter / 5.2.1

You can install them with

pip install [library]

or with

pip install -r packages.txt

or you can execute the Run.cmd file

Using

To talk to Clippy just say his name, like Siri or Alexa

Here are a few commands:

Clippy go to youtube dot com

(Opens YouTube)

Clippy search for dog

(Opens a Google Research)

Clippy download YouTube

(Opens YouTool)