Simple Login Application - Tkinter Python

Поделиться
HTML-код
  • Опубликовано: 20 янв 2025

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

  • @alterboy1
    @alterboy1 8 месяцев назад +2

    Thanks for the videos. Best youtuber for automation and python out right now no cap!

  • @irfanshaikh262
    @irfanshaikh262 8 месяцев назад +5

    1:56 now I'm really curious about the encryption of sqlite3.
    Can we please have a video on this

  • @dipeshsamrawat7957
    @dipeshsamrawat7957 8 месяцев назад +1

    Nice! Please keep it up. 💯

  • @mak_kry
    @mak_kry 8 месяцев назад +2

    Do you have any videos related to game creation in Telegram, because it's quite popular nowadays, or it requires other languages to code?

  • @Pythonist_01
    @Pythonist_01 8 месяцев назад +2

    Hello guys, hello Neuralnine.
    Please can you make a video or recommend a video on how to host a python script on Google cloud

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

    Is it possible to have a secure login in python? I mean, everyone who runs this code can look in it and change it. I have an app in mind that needs a secure login because of personal data will be stored in it. It have to run in windows and linux. I wonder if it could be done in python.

    • @curtislevey7639
      @curtislevey7639 5 месяцев назад

      You can hash the passwords so that if they get access to your database they can't see your password - only it's hash.
      He has a tutorial on that

    • @PierreDole
      @PierreDole 5 месяцев назад

      @@curtislevey7639 Yes, but someone can reverse the if statement where the login is checked. Then false login is right and right login is false. This way he get access to the app and can see the all personal data, names, addresses, phone numbers, etc, even if they are stored encryped in the database.

  • @h.663
    @h.663 8 месяцев назад

    hey neuralnine, Tkinter is a awesome way to build a gui python app ,but there is one issue with making python to exe, when you try to run the app the Antivirus will consideration the exe app a virus and remove it. if you have a way to make a python app to exe without the previous issue please replay and have nice day.

    • @curtislevey7639
      @curtislevey7639 5 месяцев назад

      Antivirus are just bloatware at this point. Your pc will have good enough antivirus built in.
      But you can also run as administrator to get around that, or force your antivirus to stop running

  • @ratedjr07
    @ratedjr07 7 месяцев назад

    it keeps saying there is no such tables as users

    • @ratedjr07
      @ratedjr07 7 месяцев назад

      nevermind i fixed it

    • @curtislevey7639
      @curtislevey7639 5 месяцев назад

      ​@@ratedjr07how did you fix it? 😅

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

      @@ratedjr07 how did you fix it

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

    Pyside6 is way better