Kivy Trick: How To Create A Rounded 'Floating' Button v1

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

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

  • @user-kp8hx1mf8i
    @user-kp8hx1mf8i 4 года назад +3

    This style might not suit some, but I think when learning a different gui library (and coming from another) you sort of get an understanding of how different parameters work, and which your looking for. This style suits that transition! I appreciate this type of video (though I am only somewhere between intermediate and beginner)

  • @HK-ox3ny
    @HK-ox3ny 4 года назад +3

    Hello Samuel.
    Thank you for all your videos. I have learned and inspired from you a lot. I have 2 questions for you:
    1. you typed runmobile to run the code. how to do that?
    2. do you have a video on how to have a service notification from a kivy app on android?
    Thanks

    • @TheZazatv
      @TheZazatv 4 года назад

      runmobile is basically a terminal command so it has something like: cd project/my_app/ ; python3 main.py;

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

    Amazing video! Do you have a tutorial, how to create the bottom Navigationbar? With the „Home“ and „Phone“ button and so on… Would be awsome!

  • @symphognoboa8224
    @symphognoboa8224 5 лет назад +2

    well done

  • @pysuhayb15
    @pysuhayb15 5 лет назад +2

    Great samuel❤️❤️

  • @aerospacebriefcase2290
    @aerospacebriefcase2290 3 года назад +1

    Is kivy good for building heavy apps?

  • @tanujbaware2530
    @tanujbaware2530 5 лет назад +2

    Nice Video Clip!! post more videos Bro

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

      Held up in a big project now but will try to post more

  • @aerospacebriefcase2290
    @aerospacebriefcase2290 3 года назад +1

    How to upload and download stuff in kivy?

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

    great work Sir. Please, how can we find the code?

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

    Bro how you desktop icon like that logo desogn like that

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

    Please how did you create the buttons bellow, I am referring the home button, menu button, call button and the settings buttons below

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

    Hello is there a way I could hide a widget in kivy

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

    plz make a video on stopwatch in kivy

  • @juanmiguelcamposmarchan5909
    @juanmiguelcamposmarchan5909 4 года назад +1

    What Operating System do you use?

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

    Sir i am facing a problem related to my touchpad. During running the programs of kivy the buttons are randomly pressing automatically. So i am getting very difficulty to execute the calculator program spacially and also for other programs.
    Plz help me.......

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

      Which program?

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

      @@samuelcourses7225 mostly all programs which contains buttons.....i know this is not programs related problem....this is due to touchpad related, whenever i just touch my touchpad but still not pressed any button , it shows that any random button is pressed, due to only touch . If u r getting my problem ,plz give me solution.

  • @sksahil4374
    @sksahil4374 5 лет назад +3

    Upload more

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

    Samuel, would you like to teach how to use the icon??

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

      You use it like a normal button

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

      @@samuelcourses7225 Would you like to share where do you download the icon? I use mine but I face problems.

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

      @@samuelcourses7225 Besides, where does the caption import from and how can I combine the icon with it?

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

      @@jaredliw , its a custom made widget

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

      @@samuelcourses7225 By how? What widgets were combined?

  • @vidxqzw
    @vidxqzw 4 года назад +1

    As I can see, the on_release property doesn't work anymore. Could you please explain what is wrong?

    • @samuelcourses7225
      @samuelcourses7225  4 года назад +1

      It still works just fine..Im currently using Kivy 1.11, the latest, stable release and it works, however, if you dont want to use it for some reason, go ahead and use the `on_press` even or bind to the `on_touch_down` event

    • @vidxqzw
      @vidxqzw 4 года назад

      @@samuelcourses7225 Thank you for your support. I appreciate. I'm using kivy 1.11.1 as well. If I'm using on_release or on_press, I get the following error "line 725, in _apply_rule
      raise AttributeError(key)
      AttributeError: press"
      With on_touch_down works fine.

    • @samuelcourses7225
      @samuelcourses7225  4 года назад

      @@vidxqzw well now you have to send your code so I can see what the problem is can you paste your code in pastebin.com and send the link?

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

    how do you simulate the right screen size for a phone?

    • @samuelcourses7225
      @samuelcourses7225  3 года назад +3

      python main.py --size=360x720 --dpi=512

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

      @@samuelcourses7225 thank you, I put this in geany and works fine...

  • @muhammadfaraz2568
    @muhammadfaraz2568 5 лет назад +2

    are you using some theme

  • @anhadsingh4336
    @anhadsingh4336 5 лет назад +2

    How to make the down navigation bar please tell me how to do to I want to learn Please☺ For Free

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

    You are not really explaining anything.
    Not why you do what you do, or what effect the different things you write have.
    You simply write code and read it out loud.

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

      I thought it was pretty obvious since its on screen..sorry if this video didnt help you much, I'll keep your views in mind the next time I record something