Це відео не доступне.
Перепрошуємо.

Mobile App with KivyMD - Python GUI for Android - Binary to Decimal Converter

Поділитися
Вставка
  • Опубліковано 18 сер 2024
  • In this step by step tutorial, we will create a Binary to Decimal / Decimal to Binary converter app - with the help of Python and KivyMD 🥝🥝🥝
    This tutorial is a bit more advanced than the rest as it involves classes, but don't worry - I will post a tutorial about classes shortly! so if there's anything you didn't understand, you'll get a proper detailed and simplified explanation very soon 😉
    🥝 Part 2 - Fraction Conversion & Exceptions Tutorial 🥝:
    • Expand KivyMD GUI App ...
    🥝 PART 3 - Convert Python App to Android .apk 🥝
    • Convert Python to Andr...
    You also might find these tutorials helpful:
    My Binary to Decimal Math Tutorial:
    • Binary to Decimal - Co...
    My Python Classes & Objects Tutorial:
    • Python Classes and Obj...
    ⭐ time stamps: ⭐
    *******************************************
    00:00 - intro
    00:38 - MD toolbar Widget
    00:23 - Icon button for MD toolbar
    03:47 - View the full list of icons
    04:18 - Image Widget
    05:25 - Text Input Widget (MD Text Field)
    07:21 - MD Label Widget
    09:15 - MD Button with ROUNDED CORNERS
    10:29 - Convert Binary to Decimal
    13:43 - Conversion Flip and State
    16:20 - Convert Decimal to Binary
    18:38 - Change KivyMD Theme
    20:21 - What's left to do?
    21:37 - Thanks for watching! 😀
    PLEASE NOTE:
    Both flip() and convert() can be done in fewer lines of code!
    Check out the complete app on Github (link below) to see the shorter version
    ⭐ starter code: ⭐
    *******************************************
    from kivymd.uix.screen import MDScreen
    from kivymd.app import MDApp
    from kivy.uix.image import Image
    from kivymd.uix.button import MDFillRoundFlatIconButton, MDFillRoundFlatButton
    from kivymd.uix.textfield import MDTextField
    from kivymd.uix.label import MDLabel
    from kivymd.uix.toolbar import MDToolbar
    class ConverterApp(MDApp):
    def build(self):
    screen = MDScreen()
    #UI Widgets go here
    return screen
    if _name_ == '__main__':
    ConverterApp().run()
    *******************************************
    Github Repository:
    github.com/Mar...
    All available KivyMD icons:
    kivymd.readthe...
    Thank you so much for watching! 🤩
    Beautiful Kiwis in the background are from:
    freepik.com

КОМЕНТАРІ • 235

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

    I've been trying to learn Kivy for almost a whole calendar year with no success...UNTIL I FOUND YOUR VIDEOS. Now I'm making tremendous progress learning Kivy and building my apps! Thanks a million! 100% recommend!

  • @johncheung4905
    @johncheung4905 3 роки тому +1

    I accidentally stumbled onto your video. Your explanation is very clear, especially to a beginner in python like me. I checked the titles of your other videos. They look wide-ranged. Excellent. That's what I am looking for. I am sure you have talked about OCR. What I am interested is how to do my own tensor training in a foreign language. As you might easily imagine, for a person who is not a frequent user of a particular language, the training may not be as extensive as one who uses it everyday. That's why I am very interested in how to my own training.

  • @rafidev2099
    @rafidev2099 3 роки тому +17

    This mobile tutorial series is a very good idea 😊 I'm soo curious what python can do on mobile development. I like to see topics like - multi-screen app, passing data to another page, store data on the local devices, state management, animations, responsiveness, internationalization - I think those topics are most important to build something dissent. For now, there is soo big choice of tech to build a mobile app ( C#, Java, Kotlin, Swift, JS, Dart - those first coming to my mind) aaaand Python - I hope this tech will be developed. I see potential in it 😉💪

    • @robinhahn6987
      @robinhahn6987 3 роки тому +1

      I'm with you on that, Ravi! I'm only just getting into Python for mobile - didn't have much luck with bog-standard Kivy - but this is looking very promising, as well as attractive, due to the influence of Material Design. I hope Mariya makes heaps more of these - I have subscribed!! 👌

    • @python4692
      @python4692 3 роки тому +2

      I think we all want more videos about KivyMD

    • @robinhahn6987
      @robinhahn6987 3 роки тому +1

      @@python4692 Even with KivyMd, I've been struggling a bit. What baffles me is positioning widgets within the kv file, specifically arranging box layouts and centering and offsetting and yeah, been having a big read and trial and error in VSCODE but those widgets are obstinate! 😠

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

      I tried Kivy and storing data on the local devices was the most gruesome thing I ever had to do.

  • @ZurioSi
    @ZurioSi 3 роки тому +5

    I already know this's going to be a really good video!
    Like I said xD, can't wait for part 2!.

    • @PythonSimplified
      @PythonSimplified  3 роки тому +5

      Thank you!! don't worry, I'm gonna film it this week! 😉

  • @SlugBrazil
    @SlugBrazil 3 роки тому +4

    Great as always! Greetings from Brazil!

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

      Thank you so much Guilherme! Glad you liked it! 😊

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

    Very Very good tutorial! Explained in a simple manner. Thanks to this tutorial i was able to make my own KivyMD project that lets you send emails! 👍

  • @edutech_ke
    @edutech_ke 3 роки тому +1

    I can't shy away from saying that you are a great tutor. You've made it easy peasy. Wonderful

  • @Masyanich
    @Masyanich 3 роки тому +1

    Машу настолько приятно смотреть и слушать, что я уже почти победил свою лень и наверно все-таки начну учиться програмировать на питоне :)

    • @user-ru3sm4mu3d
      @user-ru3sm4mu3d Рік тому

      Ну и как лень побеждена? ) я так же смотрю))

  • @quixzotic
    @quixzotic 3 роки тому +4

    Nice video! 🔥 Loving it so far!

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

    Hello, I'm Daniel Hung, I congratulate you for your excellent video.
    I was looking for videos that explain kivy to me, I am developing an application to teach people to program through videos, and a heuristic multimedia environment.
    In other words, it allows the student to intelligently relate the educational resources that he finds on his way, in this way when carrying out the projects, these resources are already available, and ordered in an intelligent way.
    A hug and my friendship from Venezuela.🙂

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

    19:15 is amazing reaction on the important fixing. Love it) this way must be teaching in the university with joyness and charisma like your.

  • @brettpeace9858
    @brettpeace9858 2 роки тому +2

    Did I miss the part where your sample app ran on an actual Android device?

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

    Thanks a lot for helping me learn KivyMD!
    By the way, I added an icon on the right of toolbar to make user select one of the themes (your favourite ones, of course). ;)
    Keep coding :))

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

    Just finished this part one. Thank you for your time and effort.

  • @cedricverdi9319
    @cedricverdi9319 3 роки тому +3

    Great tutorial and inspiration ! This project will be very useful to realize my personal project that I'm working on right now.

    • @PythonSimplified
      @PythonSimplified  3 роки тому +1

      That's fantastic Cédric Verdi! So happy to hear that! 😀😀😀
      Best of luck with your personal project (and don't forget to let me know how it turned out! 😉)

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

    You are a good teacher. congratulations we are learning through you.

  • @francogcn
    @francogcn 3 роки тому +2

    I'm new to the channel and i just wanted to say that your tutorial was 🔥 thank you so much! Great job 👏

  • @i701Dev
    @i701Dev 3 роки тому +1

    Thank you for the brief explanations!

  • @sovereignlivingsoul
    @sovereignlivingsoul 2 місяці тому

    nice little program, you make learning enjoyable, very clear with your explanations, i look forward to seeing the rest of the series.

  • @FalkPolzZschach
    @FalkPolzZschach 3 роки тому +1

    Thank you very much for your Tutorials! They are very intuitive, I like the way how you express yourself and make it even more interesting. And of course, your beauty and cuteness make it worth watching every one of your videos... I really love them! 😍

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

    class ConverterApp(MDApp):
    def build(self):
    screen = MDScreen()
    self.toolbar = MDToolbar(title="Binary to decimal")
    self.toolbar.pos_hint = {"top": 1}
    screen.add_widget(self.toolbar)
    It is brilliant as it works very well. On your Video it was screen.add_windget(self.toolbar). I know you are extremely busy. I enjoy your videos. I was only pointing it to you.

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

      Thank you so nuch for the awesome tip Peter! 😃 You are always more than welcome to correct/adjust/expand any piece of code I share 😁
      I'm not offended by corrections, on the contrary - I'm excited to see how you guys make improvements to my projects! 😉
      We are slowly building a nice community here to support each other so I always appreciate your input! 😃😃😃
      Cheers! 🙂

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

      @@PythonSimplified Thank you, just wanted to be a polite and helpful.

  • @mohammadalmadhani3758
    @mohammadalmadhani3758 3 роки тому +3

    Thats amazing. I really like the way you explain. You make it exciting ☺️.

    • @PythonSimplified
      @PythonSimplified  3 роки тому +1

      Thank you so much Mohammad! Super happy to hear you like my explanations! 😁😁😁

  • @stephenphyo28
    @stephenphyo28 3 роки тому +1

    Your presentation is very nice indeed. I am a fan of Kivy and now will use KivyMD too.

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

      Thank you so much Stephen! glad you liked it! 😃

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

    Great video thanks for the knowledge u teach. I added a icon to chance the color for the app. It makes fun to play around with these things.
    Have a nice Day all of you!

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

    Hey mariya. How are you doing? I really appreciate you took the blue theme (I choose 🤣🤣 ).. Btw I wasn’t there while the video was premiering. Miss me?😏

  • @mibrahim4245
    @mibrahim4245 3 роки тому +2

    Exactly what I needed !! ..
    Mariya

  • @deeparose2926
    @deeparose2926 3 роки тому +3

    This is such a great tutorial!!;)

    • @PythonSimplified
      @PythonSimplified  3 роки тому +1

      Thank you so much Deepa rose! So happy to hear you liked my video!! 😀😀😀

  • @ernestojosecalvoestevez199
    @ernestojosecalvoestevez199 3 роки тому +2

    I love it, I will practice it and I will be waiting for the exceptions part!

    • @PythonSimplified
      @PythonSimplified  3 роки тому +1

      Awesome, thank you so much Ernesto! 😁 you won't have to wait very long! I'm gonna film this part by the end of the week 😉

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

    Great . Keep it up 💖💖

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

    I FOLLOW YOUR TUTORIAL AND I GET MY FIRST APPLICATION ! THANKYOU AND YOU LOOK SO CUTE 🧡🧡🧡

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

    you are
    A
    M
    A
    Z
    I
    N
    G
    thank you so much for your lovely videos and hope to have a series of tutorials on kivy.

  • @2002budokan
    @2002budokan 7 місяців тому

    Hi,
    First of all, thank you for your wonderful tutorials. I have dealt with frontend web programming before, albeit for a short time, and I am familiar with the concept of responsive design.
    But I'm just getting started with KivyMD. You use constants, to define font-sizes, positions etc, in your video. (I have no problem with this as an introductory video). But ultimately, each device has different screen resolution and size. With CSS, we can define all of these values as relative values, so this is a requirement for responsive design. How does it work with KivyMD?

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

    Can't wait for part 2 ....Thank You So Much

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

    Hello Mariya, I am writing to thank you for your contribution, you have a very understandable way of explaining. But when executing the program it gave me an error, and I detected that the problem is in this instruction: from kivymd.uix.toolbar import MDToolbar, my question is: how did you manage to use the MDToolbar?

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

    Thank you very much for video 🤠🖖

  • @luckyplaya84x
    @luckyplaya84x 3 роки тому +3

    Greetings from Germany :)

  • @python4692
    @python4692 3 роки тому +1

    Well done! Everything is very clear.

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

      Thank you Py Thon! 😊
      By the way, if you want to see how you can convert this code into a fully functional Android application - I'm premiering this tutorial in a little less than 1 hour 😀:
      ua-cam.com/video/VsTaM057rdc/v-deo.html

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

      @@PythonSimplified will see ;)

  • @gabrieldasilvasouza3494
    @gabrieldasilvasouza3494 3 роки тому +4

    Great video!!! 🙌 Could you create a video showing how to turn Py file into APK to install on Android?

    • @PythonSimplified
      @PythonSimplified  3 роки тому +1

      Absolutley Gabriel! We will compile this particular app to work on Android in part 3 of this project 😉
      Next on the menu is handling exceptions and fractions, and once the app is complete and perfect - we'll move to the .apk part 😁

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

      @@PythonSimplified still waiting

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

      @@asadabbas6827 part 2 of this project will premiere tomorrow. The compiling process would be in part 3.
      If you're in a rush - checkout Kivys' Buildozer 😉

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

    Pretty and smart. I am learning python just because her videos are riveting

  • @rbmaster8936
    @rbmaster8936 6 місяців тому +2

    Why I cannot import MDToolbar, I tried many times I downloaded the kivymd package, still there is an error at MDToolbar import statement. why? Please solve my problem!

    • @PythonSimplified
      @PythonSimplified  6 місяців тому +1

      What version of KivyMD are you using? This video is a bit old, so you'll need an older version to follow through:
      kivymd==0.104.1
      As well as kivy==2.0.0
      Please install these versions and try again.
      Let me know if it works! 😀

    • @abdelouahedtahir1133
      @abdelouahedtahir1133 20 днів тому

      ​@@PythonSimplified i find somme difficulties to install kivy == 2.0.0
      Can you advice me please

  • @maramnada1133
    @maramnada1133 11 місяців тому

    Hello Marieee
    Thank you so much for your amazing video
    Could you please tell me which version of Kivymd you were using in this video?
    thanksss

  • @ODRACLIVE
    @ODRACLIVE 3 роки тому +1

    Very interesting, a bit complicated for me since I am new to Python, but thank you very much, I will try to do it when I increase my knowledge. Saludos desde Chile.

    • @PythonSimplified
      @PythonSimplified  3 роки тому +4

      Muchas Gracias ODRACLIVE! 😁😁😁
      I'll post a tutorial about Python Classes very very soon - and then all those "self" keywords and class functions would make much more sense then, I promise! 😉

  • @robinhandelman9228
    @robinhandelman9228 Рік тому +3

    Maryia,
    Has something broken with kivyMD since you did this video?
    "from kivymd.uix.toolbar import MDToolbar" fails.
    File "C:\Users\xxx\PycharmProjects\Bin Dec Converter\main.py", line 7, in from kivymd.uix.toolbar import MDToolbar
    ImportError: cannot import name 'MDToolbar' from 'kivymd.uix.toolbar'
    (C:\Users\xxx\PycharmProjects\Bin Dec Converter\venv\lib\site-packages\kivymd\uix\toolbar\__init__.py)

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

    Send more videos about KivyMD, please. I'm from Brazil and your videos have helped me a lot

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

    Thanks so much , We need more video about kivy library please👆

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

    Thanks for the tutorial. I enjoyed following along.

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

    I don't know how you would do it, but I'd love to see you start with a TDD approch, ideally with pytest. Good luck with that.

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

    Excellent presentation!!!

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

    Thank you very much for your work. Today, by chance, in Telegram there was a post on your video on how to turn Python into an android, I looked and you impressed me very much. Catch like and subscribe. I hope for more and more good content on this topic.

  • @hamoudimaghoul3407
    @hamoudimaghoul3407 3 роки тому +1

    big thanks for you (\/). can you make a video to show us how to convert this app to apk?

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

    Hi Mariya, lets say I want to change the colour of the App title from black to green, in your case "Converter" how do I go about doing that.
    Regards
    Elvy

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

    Thank you madam for this lesson!

  • @mramir1967egypt
    @mramir1967egypt 3 роки тому +2

    Hi waiting from EGYPT 🙂

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

      Thank you Amir! 😀
      Greetings from Vancouver! 😊

  • @yolamontalvan9502
    @yolamontalvan9502 3 роки тому +1

    I have a subroutine written in C, C++, and in C# to convert binary, octo, hex to decimal. I’m curious to see how they do it in Python. I’m interested in learning Python.

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

      Hi Yola! 😀
      If you're converting whole numbers, it's as simple as:
      decimal_val = int(str(binary_val), 2)
      binary_val2 = bin(decimal_val2)[2:]
      Where bin() returns a string that starts with "0b" before the number itself -
      so [2:] is just slicing off the unnecessary characters 😉
      For fractions - it involves a bit more lines of code, I'll show you how to do it in the next tutorial, so stay tuned! 😀

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

    Hello from France, i love your tutorials, i am doing at school the python and we are use kivy and kivymd framework, our teacher do not teach us nothing only give us homeworks and "let me know when yo are done", and is a bit hard for me since the teacher do not let us use kivy .kv files, only python and there is realy no videos tutorials or good documentation to do it right without the kv file. Can you do a nice tutorial as always using multiple classes for a simple application without using the kv file? thx very much

  • @ronaldosantos5054
    @ronaldosantos5054 3 роки тому +1

    cant wait for the second part... ^_^

  • @kejingladison
    @kejingladison 3 роки тому +2

    Please make a video on kivy apps more advanced like an 'online shop' app. Thanks in advance.

    • @PythonSimplified
      @PythonSimplified  3 роки тому +2

      Hi Kejin, I would recommend using web application libraries like Flask and Django to create online shops. You'll also need a strong backend and background with web security, as anything that includes collecting personal information such as credit cards and addresses - is on a different level than anything you've ever seen on my channel.
      I don't see how such a project would work, as it would take months to create, and explaining months worth of work in a step by step tutorial - is not an easy task! 😅
      Thank you for suggesting though! it's just a bit too complicated for my channel, at least at this point of time... in the future - who knows?? 😉

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

      @@PythonSimplified Thanks for responding, in huge, might mention. Got interested in kivy since i saw your tutorials and thought of making a shopping app. Contents would be like taking orders, showing previous works, and taking customized product specs. No payment info taken anywhere in the app, but basic information is appreciated. Hope i explained it good.

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

    Left side taskbar users unite!! There are literally dozens of us!

  • @TurovodSPB
    @TurovodSPB 3 роки тому +1

    Cool! Thank you! Is it possible to add an automatic build to a gitlab or github?

  • @ayesuzzaman9891
    @ayesuzzaman9891 9 місяців тому

    Can you help me in how to fetch the value from 'MDTextField'? The attribute have changed and i can't find a solution.

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

    I can't wait for the next video!!!!!!! That's amazing tutorial. Thanks you. You're awesome. PS: "Everything is Orangeeeeeee!!!!". :8)

  • @sendbnes
    @sendbnes 3 роки тому +1

    i really liked your videos, please more in the future

    • @PythonSimplified
      @PythonSimplified  3 роки тому +1

      Thank you Rayan! Definitely will! 😀

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

      @@PythonSimplified can you make a video in the future a live video simple coding?

  • @mackrackit
    @mackrackit 3 роки тому +1

    Hi, why do you not use a KV file for the widgets? Is there an advantage either way? Thank you for the great content!

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

    Kindly illustrate how to create a pdf viewer for pdf files in the project folders

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

    That's amazing. I want to have my own App. thank you.

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

    The best!!! Are you from Russia, or СНГ? My English is poor, but I understand you very well! Because you speak very clear)

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

    Great lesson, thank you!

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

    Hello after the last step the android debug, it takes a long time to build into apk like an hour and i canceled it because it takes too long to build, what do you think is the problem?

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

    me trying to pay attention to the tutorial, but getting lost in its beauty

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

    Successfully installed KivyMD and still getting error ModuleNotFoundError: No module named 'kivymd'
    (((

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

    TypeError: run() missing 1 required positional argument: 'self'

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

    New desktop computer windows terminal cmd command use to py to convert apk file a to z and others install windows terminal a to z....... Please make a video

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

    I've seen some KivyMD tutorials create a '.kv' file. What's the difference between creating a '.kv' file and doing it this way?

  • @AhmedMorgan-wm4zd
    @AhmedMorgan-wm4zd Рік тому

    Can you help me please ? I need to make names of columns with arabic language for data tables in kivymd, I tried a lot but failed, How can I do that ?

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

    Hello! How can I put a filter on the input of binary numbers, so that only 1 and 0 can be entered? The program fails with the error ValueError: invalid literal for int()

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

    Can kivymd be used to build a quadratic equation solver

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

    Can you help me to fix "TypeError: 'MDScreen' object is not callable" error

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

    appreciated! thx girl

  • @HelloWorld-fh2ge
    @HelloWorld-fh2ge 2 роки тому

    Great courage....

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

    hi.. you have done amazing work, really appreciable. But I got a problem, when I am using size_hint to get 10% margin on both sides, I am getting whole 20% on right side, can you help me?

  • @rushaan3039
    @rushaan3039 3 роки тому +1

    Please Make Video on Kivy Builder

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

    very helpful.. thank you

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

    how to make the input field invisible i dont wont to see the line too

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

    how nice it is to look at it)

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

    Idk is it bcos she's a girl or bcoz she's explaining well, but totally falling in love with python.
    Thank you for this video, just waiting the next

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

    I like KivyMD and I also like the way you keep it simple, thanks for this video.... but.... who stole DeepGreen ?!? :-D

  • @johntilghman
    @johntilghman 3 роки тому +1

    Do you have a video of how to set up a development environment like you are using, so I can follow your videos?

    • @PythonSimplified
      @PythonSimplified  3 роки тому +1

      Absolutely! 😀
      Check out my Installing Python with Anaconda tutorial:
      ua-cam.com/video/FZ5baopI_mo/v-deo.html
      I use Python 3.8 and if you need to install any additional modules - you can find the best installation commands for each package on Anaconda's website.
      If you need to install KivyMD, type the following command inside your working environment:
      conda install -c conda-forge kivy
      Have fun! 😊

    • @johntilghman
      @johntilghman 3 роки тому +2

      @@PythonSimplified Do you use an IDE and if so which one?

    • @PythonSimplified
      @PythonSimplified  3 роки тому +1

      @@johntilghman nope,I'm using a simple code editor 😃 it's called Atom, and you can get it for free from: Atom.io

    • @johntilghman
      @johntilghman 3 роки тому +2

      @@PythonSimplified Ah ok, I know about Atom. Would you recommend an IDE or just stick with an editor?

    • @PythonSimplified
      @PythonSimplified  3 роки тому +1

      ​@@johntilghman IDE is always better as it comes with a built-in terminal which saves a bit of time (specially with GUI apps, since we need to re-run them every couple minutes to see the progress).
      Also, IDEs are more comftarble when it comes to backend stuff and debugging.
      Many people find Pycharm really handy, but I believe most developers work with Visual Studio.
      For my videos I try to use software that doesn't require installing special components or adjusting any settings, so that even absolute Python beginners can click on "download" and follow along without any other adjustments 😊
      I use Jupyter Notebook for web scraping, Atom for GUI apps and Wayscript/Google Colab for Artificial Intelligence (cloud platforms are usually better then local environments for training, as you can very often boost processing times with CUDA). So it's all mostly a matter of preference and "mix and match" 😁

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

    u write a very beautiful code like u

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

    How can you add the app to a iPhone mobile device?

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

    How much time did it take to learn coding?.

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

    this is so cool! thanks! saluti dall'italia!

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

    You are a great programmer and I am very glad that you have a channel on UA-cam and teach all of us very interesting things. I wish your channel the best of luck and know that you have followers in other countries (e.g. Russia) XD.
    Looking forward to the next videos!

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

    Thanks for a great tutorial

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

    Is it possible to incorporate Figma/dribble/Canva UI templates into KivyMD?

  • @user-sr3tz7ir1o
    @user-sr3tz7ir1o 10 місяців тому

    Hi, Maria! Thank you for another great video! So, what is the actual package to KivyMD? I installed Kivy into my project, but the starter code you referenced I am receiving many errors in Pycharm spitting our errors that KivyMD is not 'referenced' and 'MDScreen', etc. I'm using PyCharm and python 3.11as the interpreter. I installed Kivy into my project, but I'm unsure if, and what KivyMD package I should install to import if indeed they are not the same? Can you help? Thank you!

    • @rogerskiome9138
      @rogerskiome9138 2 місяці тому

      At 1:15, she has imported kivymd. This means you will have to "pip install kivymd"

  • @ValentinoEB
    @ValentinoEB 3 роки тому +1

    Great content. Thanks!

  • @GIOVANNYQUIA
    @GIOVANNYQUIA 3 роки тому +1

    Thanks a lot pretty

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

    hey you WonderGirl!!! Is that possible to do a video with kivyMD with a dropdownmenu beautiful as you are and explain us how deploy one application with multiple pythonfile.....thanks from FRANCE

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

    Please make a video on how to make a study app with python

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

    How would turn a web app into a mobile app?