Photo Editing App with python (tkinter and OpenCV)

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

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

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

    Please show us many project 🔥🔥❣️

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

    thanks your code

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

    💯

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

    Why am I getting error as "FrontEnd() takes no arguments"? Please let me know this asap Sir.
    from tkinter import ttk, Tk, PhotoImage

    class FrontEnd:
    def __int__ (self, master):
    self.master = master
    #ttk.Label(self.master, text="This is the test label").pack()
    self.frame_header = ttk.Frame(self.master)
    self.frame_header.pack() #all frames will use pack

    ttk.Label(self.frame_header, text="Welcome to the Inage editor App!").grid(row=0, column=1)
    ttk.Label(self.frame_header, text="Upload, Edit and Save your Images Easily").grid(row=1, column=0)


    root = Tk()
    FrontEnd(root)
    root.mainloop()
    the error is :
    FrontEnd(root)
    TypeError: FrontEnd() takes no arguments

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

      Explain the problem more, can't check now but can we talk later tomorrow

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

      @@PhiBITech yes sure.
      The problem is once I execute this code :
      from tkinter import ttk, Tk, PhotoImage

      class FrontEnd:
      def _int_ (self, master):
      self.master = master
      #ttk.Label(self.master, text="This is the test label").pack()
      self.frame_header = ttk.Frame(self.master)
      self.frame_header.pack() #all frames will use pack

      ttk.Label(self.frame_header, text="Welcome to the Inage editor App!").grid(row=0, column=1)
      ttk.Label(self.frame_header, text="Upload, Edit and Save your Images Easily").grid(row=1, column=0)


      root = Tk()
      **FrontEnd(root) ====> error
      root.mainloop()
      I am getting error as:
      FrontEnd(root)
      TypeError: FrontEnd() takes no arguments
      I am getting error on Frontend(root) line. So I want to know why am I getting error?

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

      @@PhiBITech hello are you free now?? Can you let me know where I have gone wrong?

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

    code source please

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

      check my github for all my codes on the channel github.com/abassolaiya

  • @SurajKumar-yz6nj
    @SurajKumar-yz6nj 2 года назад

    please share the code

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

      Check github.com./abassolaiya

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

    is it a web app?