ibrahimAlbyrk / PythonProjects

some things from me

Repository from Github https://github.comibrahimAlbyrk/PythonProjectsRepository from Github https://github.comibrahimAlbyrk/PythonProjects

Python Projects

here I am sharing some of the python projects I have done

  • AI Assistant
    • can chat
    • You can set an alarm
    • you can send mail
    • Can search on youtube etc.
    • currently supports Turkish language
  • Mail Sand
    • Sends an e-mail to the e-mail you entered
  • alarm
    • You can set an alarm.
    • You can control the alarms
  • network search
    • Can search on youtube etc.
  • fastfigners bot
    • I don't know why I did it :D
  • face Recognition
    • can recognize human faces
    • if i'm not lazy will show the names of faces he has known recently
Needed Modules

Modules

  • webbrowser
  • googletrans
  • json
  • datetime
  • MessageBox
  • tkinder
  • playsound
  • pyautogui
  • selenium
  • time
  • smtplib
  • email
  • win10toast

how to install?

  • open cmd
    • pip install webbrowser
    • pip install googletrans
    • pip install json
    • pip install datetime
    • pip install playsound
    • pip install smtplib
    • pip install email
    • pip install win10toast
    • pip install pyautogui
    • pip install selenium
    • MessageBox module already exists
    • tkinder module already exists
    • time module already exists

About

some things from me

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%