Send Notifications on Windows 10 using PYTHON Part 2

Поделиться
HTML-код
  • Опубликовано: 10 фев 2025
  • In this video we are going to use the win10toast library to send notifications on a Windows system using Python.
    The previous video where we built the code to get the number of subscribers for a RUclips channel using RUclips DataAPI: • RUclips Data API to Ge...
    Along with sending Windows Push Notification on a Windows system we are also going to use the EMOJI Library and lean to add emoji's in our Python code.
    Code for this video : github.com/Adi...
    Sending out Notifications on Windows is a cool way to get informed about anything that you want.
    We could also schedule the script that sends out Notifications by task scheduler so that the script runs automatically which will be seen in the next video.
    Desktop Notifications on Windows using win10toast.
    #python #win10toast #notifications

Комментарии • 10

  • @cokesipper9709
    @cokesipper9709 6 лет назад +1

    I have been watching RUclips videos of python tutorials and I've learned most of basic things. So I wanted to ask how did you learned python, is there any websites, books or did you take school classes?

    • @adityapaithon6499
      @adityapaithon6499  6 лет назад +3

      Hi!
      I wanted to learn Python because I was into ML and AI
      So quickly made myself familiar with the basic syntax of Python using these 2 resuources:
      1) www.tutorialspoint.com/python/
      2) ruclips.net/video/BTzav965P7w/видео.html&vl=en
      Then I took on the Andrew Ng's Deep Learning Course on Neural Networks where I used Numpy and even tensorflow.
      i learnt scikit-learn which is an excellent toolkit for various algorithms : scikit-learn.org/stable/tutorial/index.html
      Later on I started making OpenSource Contributions on github( github.com/AdityaPai2398 ), Through Github it was that I came to know a lot about various Python frameworks.
      For the other things I'm still learning through medium.com, quora, reddit(r/python, r/learnpython, r/machinelearning)

    • @cokesipper9709
      @cokesipper9709 6 лет назад

      Thank you for such a informative reply 👍

  • @joshnaranipothuganti8747
    @joshnaranipothuganti8747 5 лет назад

    hello sir please can you tell me how can we obtain those notifications on localhost or on while entered to
    website

  • @faisalniaz4902
    @faisalniaz4902 4 года назад

    It's legal or illegal

  • @PatcharapornSirimom
    @PatcharapornSirimom 6 лет назад

    what's key?

    • @adityapaithon6499
      @adityapaithon6499  6 лет назад

      ruclips.net/video/x2GTOIdI11A/видео.html
      Refer this