Universally Compatible Apps with Multiple Screens Using Python and Kivy! Intro to Screen Manager!

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 6

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

    what if i have multiple .py files and i want to import those into 1 central py file? like a separate file for a separate screen? How would that work

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

      Hi, I would recommend making a “draw_screen” function in each .py file, then import the .py files at the top of your main file, and when you want a specific screen to be drawn just call file#.draw_screen - if you look up the online manual for kivy screen manager it has some good background info on that sort of application! Good luck!

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

    Hi
    I have 2 screend
    #1 Label and Button
    #2 TextInput and Button
    I want to write sometgin in TextInput, click Button and recive that text to #1 Label.
    How can i do that?

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

      Hi you need to make your label text equal to a StringProperty() data type so you can use the update text method built in with kivy! Then you make a function called by your button press to update text on the label using the input from the text input

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

    Hello, how can i get in contact with you, i need some help and your video helped me like 70% but i can't do the rest. It's for my final Uni Thesis about developing mobile apps with python. Please let me know. Thank you!!

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

      Hello! I don’t do personal messaging like email or text or anything beyond UA-cam comments except with patreon supporters just because there are so many people with so many questions on all my videos it would become extremely difficult to keep up with all of it! Sorry but thank you for understanding!