Python Excel App - Excel Viewer & Data Entry Form [Tkinter, openpyxl] Python GUI Project

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

ความคิดเห็น • 143

  • @mthorne074
    @mthorne074 ปีที่แล้ว +26

    The way she explains the code and what it is used for as she goes along is a lesson other youtubers could learn.

  • @owlrym.7417
    @owlrym.7417 หลายเดือนก่อน +5

    Just wanted to say that I've been watching all your videos a lot. You're an outstanding teacher, and you make understanding code extremely easy compared to others.
    It's a shame you haven't uploaded more videos in a year, because you're truly a hidden gem.

  • @gunloco5207
    @gunloco5207 8 หลายเดือนก่อน +3

    These tutorials are great for learning the Tkinter library I hope everyone is jumping back and forth between the video, their code and the docs to see the full capabilities of Tk

  • @anaslachhab-oe2sw
    @anaslachhab-oe2sw 3 วันที่ผ่านมา +1

    the best explication in the world

  • @Neeexy
    @Neeexy 2 หลายเดือนก่อน

    I haven't even finished the video, but you teach very well, I'm Brazilian

  • @blendid242
    @blendid242 ปีที่แล้ว +2

    Thank you for this tutorial. Your explanations are very clear. I can follow along without getting lost. Now I understand better how to build Python code with tkinter. Thank you, Hala!

  • @carneica
    @carneica 7 หลายเดือนก่อน

    Very well structured tutorial! No BS, direct to the point!
    I'm new at Python but already made some progs using ttk so, knew most of the things you explained! Nevertheless, you gave me a new insight on how to structure the widgets around the root>frame>cols structure/hierarchy... I was making it to complex... but you don't! ;)
    Keep on doing great stuff like this! Congrats!

  • @juancharlie777
    @juancharlie777 8 หลายเดือนก่อน

    I've watched three of your videos now. Thank you and well done.

  • @billpowell5931
    @billpowell5931 ปีที่แล้ว +3

    Excellent presentation about developing a fairly simple app to interface with Excel. Thank you for sharing.

  • @painkillerO8
    @painkillerO8 8 หลายเดือนก่อน

    You got a new subscriber. First time looking at Python.

  • @GilbusTheCoder
    @GilbusTheCoder 25 วันที่ผ่านมา

    you are amazing, this is exactly what I needed from start to finish!

  • @santosmarte
    @santosmarte 3 หลายเดือนก่อน

    Thank you very much, I had a few points that I did not understand but with this video I now understand them.

  • @DexterOhaeri
    @DexterOhaeri 7 หลายเดือนก่อน

    I seldom comment on tutorial videos, but this one is good. Keep it up!

  • @Funtstk
    @Funtstk ปีที่แล้ว +1

    excellent presentation and very clear mind

  • @serenadenphoto
    @serenadenphoto 6 หลายเดือนก่อน

    That was an excellent presentation with a good pace which made it easy to follow along.

  • @safe_side874
    @safe_side874 ปีที่แล้ว +3

    hello Hala ,thanks a lot for the superb explanation , i found that when i click on mode button many times the tree frame expands and i solved this issue like this : in the four treeview columns add this code : stretch=False ....and if you like to make the heading and data be in the center add this code with previous code like this: anchor='center' ,, 🙂👍

    • @pepper9372
      @pepper9372 ปีที่แล้ว +1

      I had the same issue, I solved it with
      cols=("Name","Age","Subscription","Employment")
      treeview=ttk.Treeview(treeFrame,show="headings",
      yscrollcommand=treeScroll.set,columns=cols,height=13)
      treeview.column("Name", width=100, anchor='w', minwidth=100, stretch=tk.NO)
      treeview.column("Age", width=50, anchor="center", minwidth=50, stretch=tk.NO)
      treeview.column("Subscription", width=100, anchor="w", minwidth=100, stretch=tk.NO)
      treeview.column("Employment", width=100, anchor="w", minwidth=100, stretch=tk.NO)
      for col in cols:
      treeview.heading(col,text=col,anchor='center')
      treeview.pack()
      treeScroll.config(command=treeview.yview)
      I hope had helping you

  • @ThangTran-hi3es
    @ThangTran-hi3es ปีที่แล้ว

    I don't know Python but what are you showing is awesome, keep moving!!!!!!!!

    • @carneica
      @carneica 7 หลายเดือนก่อน

      you should try it... I started one year ago and now do so many things with python!
      there are libraries for all tastes... and with great TH-cam tutorials like these, online free courses (Harvard CS50 are GREAT!)... and chatGPT... you have it all to learn by yourself! ;)

  • @WiMa-k3s
    @WiMa-k3s 9 หลายเดือนก่อน

    Amazing Video with all necesarry explanation. The best I ever saw

  • @Steves.Vlog832
    @Steves.Vlog832 7 หลายเดือนก่อน

    Excellent video and all well explained getting straight to the point. Brilliant thank you x

  • @nubiancenter5918
    @nubiancenter5918 6 หลายเดือนก่อน

    I've enjoyed it very much , thank you very much
    The way you explained the code and what it is used for was helpful , i believe it is a good lesson for me and all other youtubers .
    keep this good work , may Allah (God) bless you and your work

  • @zeli595
    @zeli595 10 หลายเดือนก่อน +1

    Great course. Thank you so much. I hope to see your more and more lightweight widget software.
    Best wishes to you.

  • @kanurimani8536
    @kanurimani8536 ปีที่แล้ว

    Thank you so much for your tutorial… lots of love ❤from India

  • @Lemmy13
    @Lemmy13 10 หลายเดือนก่อน

    Thank you very much. I have the perfect background to follow your explanation and be not bored fram the explanation. For a absolut beginner is it too fast. So many concepts in one video. Gui, function, context,
    More pls 😊 thx

    • @Lemmy13
      @Lemmy13 10 หลายเดือนก่อน

      Sry for my horrifying grammar

  • @rabieabed3360
    @rabieabed3360 ปีที่แล้ว

    hy, where are you, why you don't complete your python series, your job is perfect, great explanation , I hope you continue these series thank you so match

  • @Meow_tsudon
    @Meow_tsudon 16 วันที่ผ่านมา

    thank youuu, I have to do python project and your video help me a lot

  • @barackuse
    @barackuse ปีที่แล้ว

    Nice video, it took me a while to place the required images but I figured it out.

  • @odivergente388
    @odivergente388 ปีที่แล้ว +1

    Excelent video! Excelent explanation. You are a very good teacher! Congratulations. Sugestion: make a video, like that usin Firebase Realtime Database (if as possible with Authentication too). I have a very symilar script in Python with Firebase, but I`m using Flet to make the Python GUI

  • @learn2apply
    @learn2apply 11 หลายเดือนก่อน

    Great video Hala! keep it up

  • @marciojunior3021
    @marciojunior3021 ปีที่แล้ว

    Hala, thanks for the great video. You are a very good teacher. Well explained 👏🏻👏🏻

  • @gerancemdm3747
    @gerancemdm3747 ปีที่แล้ว

    I like all your videos; You're a great teacher!!thank's

  • @matiascavalcante4698
    @matiascavalcante4698 ปีที่แล้ว +5

    Great video! Can you in the future make a video about classes in Python?

  • @johncheung4905
    @johncheung4905 ปีที่แล้ว +1

    Very well explained. Thank you!

  • @Ikxi
    @Ikxi ปีที่แล้ว

    god that tkinter ui looks so much better than mine
    gonna need to figure out how to do that

  • @marcdoutrepont392
    @marcdoutrepont392 10 หลายเดือนก่อน

    Excellent! thank-you very much Hala!😍

  • @cryptolikeaboss
    @cryptolikeaboss ปีที่แล้ว

    Dope stuff!
    Legit tutorial

  • @nguyenduyta7136
    @nguyenduyta7136 ปีที่แล้ว +1

    Hi Hala, thanks for cool things. Hoping next time you creat a python app that we can insert datas from app and store them in sql and we can use it later for extracting to excel report 🙏🙏🙏

  • @Deepakkumar-iu2ve
    @Deepakkumar-iu2ve ปีที่แล้ว

    What a great explanation! Thank you so much❤.

  • @vasbkamarxil1260
    @vasbkamarxil1260 ปีที่แล้ว

    ОГОНЬ!!! БОМБА!!! СУПЕР!!!

  • @mikekhattab8729
    @mikekhattab8729 8 หลายเดือนก่อน

    Firstly, thank you for your tutorails. I would like to ask what font do you use?

  • @LastbornAmw1
    @LastbornAmw1 ปีที่แล้ว +1

    Is their a way to make it auto update every few mins? I have made this into a .exe file from watching your video about using pyinstaller. I have modified it to where I can use it at my work because I uploaded it to our network and others can just open it from a shared network and leave it open but it will not update unless they close out the application and reopen it. But it does work with multiple users having the GUI open but no refresh. I am the only one with user rights to edit the excel spreadsheet, so that is a good thing if I need to delete something. I appreciate all your work you do in these videos they help a lot for a beginner like myself.

  • @kamndaliraphiri7741
    @kamndaliraphiri7741 7 หลายเดือนก่อน

    Just looking at the comments I subscribed and shared the video for future use

  • @raymundofelipeolvera5594
    @raymundofelipeolvera5594 4 หลายเดือนก่อน

    Great Video and project, I am working currently in something similar but my DB is quite big so I ma using parquet file, does parquet will work like excel worked in this project?

  • @xipepe
    @xipepe ปีที่แล้ว

    All I can say is thank you

  • @Rob-nb6zi
    @Rob-nb6zi 8 หลายเดือนก่อน

    Excellent tutorial!

  • @ekimbangola
    @ekimbangola ปีที่แล้ว

    Go Hala, go Hala, it is wonderful and amazing seeing more women coding. Thank you

  • @Globaltech_trendz
    @Globaltech_trendz ปีที่แล้ว

    She is super amazing.

  • @aminegatou4492
    @aminegatou4492 ปีที่แล้ว

    That is great, what I need , is the possibility to update a row( or multiple rows) directly from the python app and with a button update the Excel file. Is this even possible?

  • @jummadw
    @jummadw ปีที่แล้ว

    Thank you for the interesting explanation

  • @cmrncrick
    @cmrncrick ปีที่แล้ว

    Amazing content! Thank you for everything. I was wondering, is it possible to add a browse button where the end user can browse their local machine and choose the excel file that they want to load?

  • @ahem2784
    @ahem2784 ปีที่แล้ว +1

    Thanks sister you give me best idea your realy thanks

  • @Eirstream
    @Eirstream ปีที่แล้ว

    @Code First with Hala, nice video, please say: how to edit and values at the treeview??? thank you

  • @R4gd3j7
    @R4gd3j7 2 หลายเดือนก่อน

    AWSOME VIDEO TY

  • @bithepower9081
    @bithepower9081 ปีที่แล้ว

    Thank you for an excellent video. New to your channel and just subscribed!

  • @عابثالأخير-ز9ي
    @عابثالأخير-ز9ي ปีที่แล้ว

    Thank you for this completely tutorial

  • @raymondmichael4987
    @raymondmichael4987 ปีที่แล้ว

    Very presentable; one question though, can we use something like googlesheet or synchronize the excell with some sort of cloud database?
    Btw thanks

  • @رادیندولتی
    @رادیندولتی ปีที่แล้ว

    Thank you so much for sharing this video ❤

  • @bechirzouaoui5821
    @bechirzouaoui5821 ปีที่แล้ว

    Can you do a vidéo about filtering those data ? Or maybe loading theme from oracle database pliz

  • @faniescheepers2738
    @faniescheepers2738 8 หลายเดือนก่อน

    AMazinglyexplaied. Thank you!!

  • @ianhall2948
    @ianhall2948 7 หลายเดือนก่อน

    Would you be able to put in a working search bar? If so, how? Also instead of making the the columns pre-made how would you make it to change depending on what excel spreadsheet is uploaded? I'm trying to make a GUI like this that someone can just insert or import their excel file and the Treeview would just use whatever column names were used in the spreadsheet.

  • @farhanfaraan1
    @farhanfaraan1 10 หลายเดือนก่อน

    So informative video.

  • @richardboreiko
    @richardboreiko ปีที่แล้ว

    I was wondering how to change the value in the GUI from Employed to Unemployed as the checkbox is toggled. Do you have a video about that?

  • @djladieslove1
    @djladieslove1 ปีที่แล้ว

    Where can I find a prof as smart as you 👏🏽

  • @kaisj7
    @kaisj7 ปีที่แล้ว

    Thank YOU and chokran HALA

  • @rzvn111
    @rzvn111 ปีที่แล้ว

    Nice, thank you!

  • @RVideoR
    @RVideoR ปีที่แล้ว

    شكرا لك 🙂👍🌷 .. Thank you hala ❤

  • @omaral-jobory4224
    @omaral-jobory4224 ปีที่แล้ว

    great video Hala, I am working on multi window app for inventory system depend on locations and date it would be so helpful if you make a tutorial about that many thanks

  • @its_code
    @its_code ปีที่แล้ว +1

    💕💕💕💕 very helpful ❤️❤️❤️❤️

    • @codefirstwithhala
      @codefirstwithhala  ปีที่แล้ว

      Glad it was helpful! Thanks for the support :)

  • @asfandiyar5829
    @asfandiyar5829 ปีที่แล้ว +2

    If you are getting the error:
    root.tk.call("source", "forest-light.tcl")
    _tkinter.TclError: no files matched glob pattern "*.png"
    Then please make sure that you have also imported the folder forest-dark and forest-light from the original rest-ttk-theme repo. Didn't realise Hala version did not have those files.
    So make sure that the folders are in the same directory as the place where you have cloned Hala's repo.

    • @kumaresansp.
      @kumaresansp. 11 หลายเดือนก่อน

      Getting the same error when the folder is in the same directory, Any suggestions?

    • @cdimxl
      @cdimxl 5 หลายเดือนก่อน

      Same error

  • @eimar5652
    @eimar5652 ปีที่แล้ว

    Really Interesting

  • @bigrevkev55
    @bigrevkev55 11 หลายเดือนก่อน

    Thank you very much!

  • @RVAJJIRAVELTV
    @RVAJJIRAVELTV 3 หลายเดือนก่อน

    Super 👍

  • @aurainaejaz2080
    @aurainaejaz2080 ปีที่แล้ว

    what if i have columns in my excel sheet which needs calculations. For instance, I have a dataset and it has a feature called fuel cost which has to be calculated by taking the product of litres and rate per litre. How do i incorporate this feature of calculating the value and then also updating it in the excel sheet in this code?

  • @nabiladamou5118
    @nabiladamou5118 ปีที่แล้ว +1

    please how to get the git folder ????

  • @kuroshnazari6053
    @kuroshnazari6053 ปีที่แล้ว

    Thank you so much for this video.
    I have a problem with coding this, when I use insert it doesn't work as a placeholder, it literally adds the text to the entry. Any suggestions? Please help me 🙏🏻♥️

  • @geraldclark5079
    @geraldclark5079 ปีที่แล้ว

    Super Like!

  • @gabort.6838
    @gabort.6838 ปีที่แล้ว +1

    Hy!
    I downloaded the code and when I switch between dark and light mode the window always gets wider. Why is this?

  • @WinnerSingh
    @WinnerSingh ปีที่แล้ว

    Nice project
    Can you make a web app for food order system in python

  • @kapibara2440
    @kapibara2440 8 หลายเดือนก่อน

    Cool video, learned a lot from it ❤❤❤

  • @metomeid1693
    @metomeid1693 ปีที่แล้ว

    ...nice.thank you

  • @PANDURANG99
    @PANDURANG99 ปีที่แล้ว

    What about long text in tkinter, want to wrap it but don't have adjustable row height

  • @planetearth2363
    @planetearth2363 ปีที่แล้ว

    That's GREAT!. but I found one bug on your code. when I toggle the checkbox to change the theme the treeview will expand. I tried to fix it using row and column configure but I can't. how can I fix it?

  • @HeavyTricks
    @HeavyTricks ปีที่แล้ว

    Please do this in custom tkinter library. Thank you.

  • @carstenjensen3123
    @carstenjensen3123 ปีที่แล้ว

    Nice!

  • @aambat
    @aambat ปีที่แล้ว

    Could you please upload a video to connect splash screen with another dialog for qt designer pyqt5

  • @emigrate89
    @emigrate89 ปีที่แล้ว +2

    when switching themes repeatedly, the window size stretches to the right

  • @darshang7190
    @darshang7190 9 หลายเดือนก่อน

    how to dynamically resize the rows based on the lines each excel row?

  • @eliasaouad13
    @eliasaouad13 ปีที่แล้ว +2

    Getting Error @ the following step: root.tk.call("source", "Forest-light.tcl"). Error received: Exception has occurred: TclError
    no files matched glob pattern "*.png"
    File "C:\Users.......Employee Info.py", line 7, in
    root.tk.call("source", "Forest-light.tcl")
    _tkinter.TclError: no files matched glob pattern "*.png"

    • @w0wn
      @w0wn 6 หลายเดือนก่อน

      did u solve this? im having the same issue

  • @timecop79
    @timecop79 ปีที่แล้ว

    Great job 👏👏, I tried to use you code to learn some python features but I got an error, can you help me to do solve it

  • @danielbowers6356
    @danielbowers6356 2 หลายเดือนก่อน

    What about if you delete information from the excel sheet and run again? i just receive "None" where I deleted information. How can this be fixed ?

  • @Mattykkk25
    @Mattykkk25 ปีที่แล้ว +1

    When I use openpyxl multiple times it slows down my excel sheet massively. Why is that?

    • @albertopenalver1435
      @albertopenalver1435 11 หลายเดือนก่อน

      Is because you don't kill fully the process.

  • @kanurimani8536
    @kanurimani8536 ปีที่แล้ว

    I love you so much ❤

  • @eh1273
    @eh1273 ปีที่แล้ว

    How did you import the excel file like what appears in the left side bar in Pycharm?

  • @nicolamelacca9321
    @nicolamelacca9321 ปีที่แล้ว

    is there a way to resize the switch button? I don't know why, but it looks super small on my screen

  • @XPACE_Integrated_Agri
    @XPACE_Integrated_Agri ปีที่แล้ว

    I am new to programming , how to rectify this kind of error
    "Exception has occurred: TclError
    no files matched glob pattern "*.png"
    File "D:\software\main.py", line 59, in
    root.tk.call("source", "forest-light.tcl")
    _tkinter.TclError: no files matched glob pattern "*.png"" ?

  • @srijanchakraborty7260
    @srijanchakraborty7260 ปีที่แล้ว

    list_values = list(sheet.values). my problem is Cannot access member "values" for type "_WorkbookChild". How can i solve this

  • @baghdadiabdellatif1581
    @baghdadiabdellatif1581 3 หลายเดือนก่อน

    When I run it on pydroid the second widget is crowded and overlayed.
    Can you please give solution to people use only pydroid

  • @mohittyagi1596
    @mohittyagi1596 ปีที่แล้ว

    nice

  • @bubz5012
    @bubz5012 ปีที่แล้ว

    How would you go about creating a button to delete the last entry

  • @adityajambekar4278
    @adityajambekar4278 ปีที่แล้ว

    I have an excel file with highlighted cells can I view it on tkinter gui

  • @BaraJepco
    @BaraJepco 11 หลายเดือนก่อน

    hi how did u get the treeview theme ? is there a style cript or something ?