Wish Happy Birthday in Python Code | The Original Program | PySeek

Поділитися
Вставка
  • Опубліковано 22 жов 2024

КОМЕНТАРІ • 24

  • @ZoeandJoshua23
    @ZoeandJoshua23 Рік тому +1

    Omg I saw someone else do this and I couldn’t find the source code but you helped me! I give you a definite 👍🏿!

    • @pyseek
      @pyseek  Рік тому +1

      Thank you for your kind words! I'm glad I could help you with this program. Just to clarify, this program was originally developed on my website, and I've seen that it has inspired others. It's always great to see people learning and building upon each other's work in the tech community. If you have any questions or need further assistance, feel free to ask. I'm here to help!

  • @siaebaek8043
    @siaebaek8043 2 роки тому

    How do I make these emojis fly across the screen so that my emojis are only shown on the left side

    • @pyseek
      @pyseek  2 роки тому

      As far as I understand, need to create a separate program for it with different logic. But if you explain the logic a little more, it will be more convenient.

  • @warygeneral
    @warygeneral Рік тому

    MY OUTPUT IS COMING ONLY IN BLUE COLOR. EMOJIS ARE ALSO IN BLUE COLOUR . PLEASE HELP

    • @pyseek
      @pyseek  Рік тому

      Which OS, and Editor you are using?

    • @warygeneral
      @warygeneral Рік тому

      @@pyseek IDLE (PYTHON 3.11)

    • @pyseek
      @pyseek  Рік тому

      @@warygeneral I think you should try a different text editor else you can try to run it on console (for windows) or terminal (for Linux).

    • @warygeneral
      @warygeneral Рік тому

      @@pyseek Suggest me a editor
      Please tell your editor🙏🙏

    • @pyseek
      @pyseek  Рік тому

      @@warygeneral vscode

  • @saigudaparthi8588
    @saigudaparthi8588 2 роки тому

    Yaa the code is not working

    • @pyseek
      @pyseek  2 роки тому

      Please reach me at pyseek89@gmail.com and send the error message you're getting. I will reply to you soon.

  • @aryanhacker5820
    @aryanhacker5820 3 роки тому

    You love code not work on my eclipse python.

    • @pyseek
      @pyseek  3 роки тому

      I appreciate Your reply but please explain more precisely and tell me how can I help You.

    • @aryanhacker5820
      @aryanhacker5820 3 роки тому

      @@pyseek You are on LinkedIn . I explain better on it. It show unable to find an Ant file to run .

    • @pyseek
      @pyseek  3 роки тому

      reach me at pyseek89@gmail.com

  • @GemoisLive
    @GemoisLive 2 роки тому

    Traceback (most recent call last):
    File "c:\Users\Harin\Desktop\Projects\happy birthday\happy_birthday.py", line 28, in
    print(space + "\U0001f538")
    File "C:\Program Files\Python310\lib\encodings\cp1252.py", line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
    UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f538' in position 11: character maps to

    • @pyseek
      @pyseek  2 роки тому +1

      Try it: print(space + "\U0001f538".encode("utf-8"))
      Let me know what result you got

    • @GemoisLive
      @GemoisLive 2 роки тому

      @@pyseek Traceback (most recent call last):
      File "c:\Users\Harin\Desktop\Projects\happy birthday\happy_birthday.py", line 28, in
      print(space + "\U0001f538".encode("utf-8"))
      TypeError: can only concatenate str (not "bytes") to str

    • @pyseek
      @pyseek  2 роки тому

      @@GemoisLive Insert these two lines at the top of the code and try to run:
      import codecs
      codecs.encode("Encoding","utf-8")
      Let me know again, what you got

  • @Janith_gaming_yt_444
    @Janith_gaming_yt_444 2 роки тому

    Send the program compliar app

    • @pyseek
      @pyseek  2 роки тому

      Source Code link is available in the description box.