Real-Time Spelling Checker in Python

Поделиться
HTML-код
  • Опубликовано: 8 дек 2022
  • Today we learn how to implement a simple real-time spell checking tool in Python with a graphical user interface.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/
  • НаукаНаука

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

  • @networkedsapien1229
    @networkedsapien1229 Год назад +3

    I live for such content 🙌

  • @paulthomas1052
    @paulthomas1052 Год назад

    Great tutorial - thanks :)

  • @ZeinabAhmadi-wt6jq
    @ZeinabAhmadi-wt6jq 9 месяцев назад

    Thank you so much, it was helpful

  • @Stopinvadingmyhardware
    @Stopinvadingmyhardware Год назад +1

    Can we see a modern interpretation of the UDP based Torrent application, please?

  • @2pacOk4
    @2pacOk4 11 месяцев назад

    Thanks for the tutorial , however, i am using PQT5, would you mind giving a tutorial using Pyqt5

  • @SkyFly19853
    @SkyFly19853 Год назад +1

    Useful... 🤔

  • @sachnoimienphi
    @sachnoimienphi 8 месяцев назад

    hello, can I use for unicode (vietnamese language)?

  • @hibahakkour3655
    @hibahakkour3655 Год назад

    How can we implement the same concept for other languages such as: French or Arabic for example.

  • @jelsonnervar7715
    @jelsonnervar7715 Месяц назад

    Hi, How to add a features that automatically corrects the misspelled word?

  • @yasingunaydiin
    @yasingunaydiin 2 месяца назад

    I got the window but no red color when I write something wrong. I see that "if re.sub(r"[^\w]", "", word.lower()) not in words.words():" has an error in the terminal with "words.words" underlined....

  • @user-yz1kx8zp2r
    @user-yz1kx8zp2r Год назад

    What do you think about ChatGPT3?

  • @user-xb5qv7bb4f
    @user-xb5qv7bb4f Год назад +1

    hey, i have problem when i am entering this code my new window is not creating

    • @mohdfaisal4725
      @mohdfaisal4725 11 месяцев назад

      Mine also, did you get the reason why it is happening?

  • @musesafayigatalo
    @musesafayigatalo Год назад

    Great tutorial thanks very much ! But is there tutorial about real word spell checker?

  • @art_by_nikhil
    @art_by_nikhil Год назад

    Where is source code??

  • @LechisaBedasa
    @LechisaBedasa 8 месяцев назад

    it good job can you share the source code for me