Password Generator | Python GUI Mini Project | For Beginners From Scratch

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • Simple Password Generator with GUI made in tkinter.
    What does this program do? It generates a password on the basis of users choice of security (weak, medium, strong) and length.
    This is a fun and easy tutorial for beginners and will make you appreciate easiness of python programming language.
    Source Code:
    drive.google.c...
    Watch how to download and install Python :
    • Download and Install P...
    Watch how to download and install PyCharm IDE :
    • How to Download and In...
    Terms related to this video:
    python password generator
    password generator using python
    python password generator project
    python password generator tutorial
    python random password generator
    random password generator python tkinter
    random password generator python
    random password generator
    python gui projects
    python gui programming
    python tkinter gui tutorial
    python tkinter project
    python mini projects
    python for beginners
    Tags:
    #password_generator_in_python#coding_lifestyle_4u#easy_tutorial#python_for_beginners
    Feel Free by Free Music | / fm_freemusic
    Music promoted by www.chosic.com/
    Creative Commons Attribution 3.0 Unported License
    creativecommon...
    ★★★ Subscribe ★★★
    / @codinglifestyle4u
    ★★★ Follow ★★★
    / coding_lifestyle_4u
    Thanks for watching 🙂
    Like, Subscribe & Share.
    Stay tuned for upcoming videos.

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

  • @vminkook_lover782
    @vminkook_lover782 9 месяцев назад

    Amazing Explanation...🔥 I have made this password generator

  • @university415
    @university415 2 года назад

    It was really an amazing video. But if you can manage to clear previous output and when we insert value more than it's capacity then it also produces password. Help me to fix it

  • @V1GZY
    @V1GZY 2 года назад +1

    Hello !, im hoping if you can help me on this one
    so everything is working fine but the password generated is displayed and copied with spaces
    ex : r T / D m c (just like in the video)
    is there a way to make it generate a password without spaces ?
    i hope you understood me

    • @codinglifestyle4u
      @codinglifestyle4u  2 года назад

      U can use replace method where u can replace space with null

    • @V1GZY
      @V1GZY 2 года назад

      @@codinglifestyle4u hm i didn't know how and which line to put it

    • @codinglifestyle4u
      @codinglifestyle4u  2 года назад

      Inside copy method last line should be this -
      pyperclip.copy(random_password.replace(' ',''))
      I hope this works

    • @V1GZY
      @V1GZY 2 года назад

      @@codinglifestyle4u i does work ! thank you for helping me you're a life saver man !

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

    Very nice explanation this project

  • @avanichaudhary4806
    @avanichaudhary4806 6 месяцев назад +1

    There is no output in my display box

    • @codinglifestyle4u
      @codinglifestyle4u  6 месяцев назад

      You must be making some mistake rewatch that part once

  • @randomuser324
    @randomuser324 2 года назад

    thank you for the amazing video. I just have one question my password generatior is not generating the passwords of required lengths

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

    pyperclip import error hai plz any one solution..

  • @sayesha-j9f
    @sayesha-j9f Месяц назад

    can we run this code in VScode??
    please answer

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

    Bro, I'm not getting the exact no of password length

  • @storme22K
    @storme22K 2 года назад

    Hi, im hoping youll see this message almost straight away. Anyways, i keep getting this error:
    File "F:\PROJECT MAIN PROGRAMMING\PROJECT #4\PROJECT #4.py", line 109, in generator
    passwordLength = int(dropDownMenu.get())
    AttributeError: 'NoneType' object has no attribute 'get'
    password_length = passwordLength
    length_Box = dropDownMenu
    Im unsure of what I need to fix and change for it to work. Can you please help? Thanks.
    Also is there a way to install Pyperclip into Python Idle?

    • @codinglifestyle4u
      @codinglifestyle4u  2 года назад +1

      Is ur dropDownMenu is Spinbox object ? Just check .. I used length_Box as Spinbox object

    • @storme22K
      @storme22K 2 года назад

      @@codinglifestyle4u yes it is,
      #DROP DOWN BOX
      dropDownMenu = Spinbox(ranPass, from_ = 5, to_ = 20, width = "10").pack()
      Label(ranPass, text = "").pack()

    • @codinglifestyle4u
      @codinglifestyle4u  2 года назад +1

      U have to write dropDownMenu.pack()

    • @storme22K
      @storme22K 2 года назад

      @@codinglifestyle4u Instead of .get(), before .get() or somewhere else?

    • @codinglifestyle4u
      @codinglifestyle4u  2 года назад +1

      Where u have created Spinbox

  • @danylipsker
    @danylipsker 10 месяцев назад

    Superb tutorial❤

  • @rahmathullahshaik
    @rahmathullahshaik 10 месяцев назад

    Sir im getting attribute error in line 13 in generator

  • @Martina-xy3ed
    @Martina-xy3ed 2 года назад

    i cant add the "special characters". Do you know why?

    • @codinglifestyle4u
      @codinglifestyle4u  2 года назад

      Can u show me ur code or if there are any errors on instagram coding_lifestyle_4u

    • @Martina-xy3ed
      @Martina-xy3ed 2 года назад

      @@codinglifestyle4u thank you for your fast answer! I found the problem.

    • @codinglifestyle4u
      @codinglifestyle4u  2 года назад

      Ok sure

  • @galjanezic8089
    @galjanezic8089 2 года назад

    can u upload this code somewhere i stuck really bad
    please its an emergency

  • @blenfmg8543
    @blenfmg8543 2 года назад

    Thank you!

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

    good jop