How to Create a GUI Restaurant Management Systems in Python - Tutorial 3

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

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

  • @Lahiru_Mahakumburage
    @Lahiru_Mahakumburage 3 года назад

    best programer....im sri lankan...i know some english...ur the best

    • @DJOamen
      @DJOamen  3 года назад

      What's up bro. your English is getting better, keep it up and well done.👍

  • @glenfordholder8096
    @glenfordholder8096 5 лет назад +1

    great tutorial best ever new to python but this has open understanding to programming

  • @mahmoudasy1987
    @mahmoudasy1987 5 лет назад +1

    excellent learning course :learning in thinking How? ,writing code how? and correction error ? Many thank's for Your's

  • @zawmyint6546
    @zawmyint6546 5 лет назад

    the code bg="powder blue", justify = 'right') show error in bg, why?

    • @DJOamen
      @DJOamen  5 лет назад +1

      Check your codes, it could be similar to this: txtReference=Entry(f1,font=('arial', 16,'bold'), textvariable=rand, bd=10, insertwidth=4, bg="powder blue", justify = 'right')
      txtReference.grid(row=0,column=1)