How to Create an Excel Data Form Using Python + ChatGPT

Поділитися
Вставка
  • Опубліковано 27 вер 2024

КОМЕНТАРІ • 40

  • @sheikhraisulislam1979
    @sheikhraisulislam1979 29 днів тому +2

    Your videos are really attractive and functional

    • @CodingIsFun
      @CodingIsFun  29 днів тому

      *I am glad to hear you are enjoying them, thanks for watching and for the comment!* -Sven ✌️

    • @abdullahalmahin9070
      @abdullahalmahin9070 6 днів тому

      ​@@CodingIsFunHello Thanks for the video..hey can you tell me is there a way to make simple data entry form what will connect to excel or google sheet without internet.

  • @barryvorster4696
    @barryvorster4696 3 місяці тому +2

    Thanks for this excellent video. Is it possible to package a Streamlit application using pyinstaller?

    • @CodingIsFun
      @CodingIsFun  3 місяці тому +2

      Thanks for watching. Unfortunately, it is not that easy for Streamlit. If you want to convert a Streamlit app into an executable, check out the video from my UA-cam friend Fanilo: ua-cam.com/video/3wZ7GRbr91g/v-deo.htmlsi=7zwqbeuqlObix3PY
      Good luck! 🍀
      Cheers,
      Sven ✌️

  • @RituAgarwal-u3h
    @RituAgarwal-u3h 3 місяці тому +2

    Would appreciate a tutorial of sign in and sign up page with streamlit

    • @CodingIsFun
      @CodingIsFun  3 місяці тому

      Thank you for watching the video & your suggestion. Cheers, Sven ✌️

  • @luishernandezmatos2264
    @luishernandezmatos2264 3 місяці тому +1

    Thanks, Make a video but now with a Machine learning model

  • @Copt774
    @Copt774 Місяць тому

    In figma it’s easier in my opinion to copy elements by selecting them and holding alt while dragging them.

  • @truthseeker9988
    @truthseeker9988 3 місяці тому +1

    So how do we license this? Could you make a video explaining this?

    • @CodingIsFun
      @CodingIsFun  3 місяці тому +1

      To license the GUI, you might consider establishing a database to validate license keys. Each time the GUI is launched or a button is clicked, the system could verify whether the entered license key exists in the database. If the key is invalid, an error message would be displayed. This is a basic framework for how it might work. I'm not certain if I'll create a tutorial on this topic, as it is quite specific, but thanks for you suggestion. Happy coding! Cheers, Sven ✌️

  • @RituAgarwal-u3h
    @RituAgarwal-u3h 3 місяці тому +1

    Pls pls make a video on streamlit popups

    • @CodingIsFun
      @CodingIsFun  3 місяці тому

      Thanks for watching and your suggestion. Cheers, Sven ✌️

  • @rituagarwal8519
    @rituagarwal8519 3 місяці тому +1

    Pls a tutorial of integrating streamlit with django

    • @CodingIsFun
      @CodingIsFun  3 місяці тому +1

      Thanks for watching. Can you explain what exactly you would like to see? Thanks! Cheers, Sven ✌️

    • @rituagarwal8519
      @rituagarwal8519 3 місяці тому

      @@CodingIsFun thanks for reply actually according to chatgpt we can get full control to make complex UI by using Django and streamlit together

  • @MohamedMarzok-y8z
    @MohamedMarzok-y8z 2 місяці тому +1

    wow , i paste the complete from before and chat GPT make updates with convenience changes , perfect , Chat GPT have inllegent AI that know i want to integrate the functionality of saving submissions to an Excel file, validating email addresses, and handling form submissions within the provided Tkinter GUI, chat GPT make automatic update the code and told me the missing things he will need to add it like : Add functionality to the existing Tkinter application to validate input.
    Save the data to submissions.xlsx with an auto-incremented ID.
    Clear fields and display success/error messages.

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

      Thanks for watching! -Sven ✌️

  • @iDea16388-c
    @iDea16388-c 3 місяці тому +2

    Full course?

    • @CodingIsFun
      @CodingIsFun  3 місяці тому

      What exactly do you mean? :)

  • @arjaymoldez2736
    @arjaymoldez2736 15 днів тому

    How to set the icon before converting it into exe file?

    • @CodingIsFun
      @CodingIsFun  14 днів тому

      Here you are: stackoverflow.com/a/33558141
      Cheers, Sven ✌️

  • @BrettBabione
    @BrettBabione 3 місяці тому +2

    I created the gui.exe but Windows 11 thinks it is a virus and has quarantined it. Did this happen to anyone else?

    • @BrettBabione
      @BrettBabione 3 місяці тому

      It appears PyInstaller didn't finish properly. I got this error at the end: Operation did not complete successfully because the file contains a virus or potentially unwanted software.

    • @BrettBabione
      @BrettBabione 3 місяці тому

      I added the folder to the windows defender exclusions list and pyinstaller works fine now and I don't get a virus error. However, the exe that's created shows the form but does not create the xl file when I press submit.

    • @BrettBabione
      @BrettBabione 3 місяці тому +1

      I re-copied all of the code again and then re-saved the py file. I then ran PyInstaller again. Everything works fine now! The exe was created and it works!

    • @CodingIsFun
      @CodingIsFun  3 місяці тому +2

      Yes, that also happened to me with Windows 11. I didn't mention it in this video, but I covered it in the previous one, including the solution, at this point:
      ua-cam.com/video/NVPibVfFVtM/v-deo.htmlsi=EkeF3DusRx1rAYhS&t=617
      Cheers,
      Sven ✌️

    • @BrettBabione
      @BrettBabione 3 місяці тому

      @@CodingIsFun Thank you. Great video. Very useful information.

  • @dhruvansh5602
    @dhruvansh5602 Місяць тому

    When I run the python code, I can't see the img and names in tkinter GUI
    Does anyone know how to solve it?

    • @CodingIsFun
      @CodingIsFun  Місяць тому +1

      Thanks for watching. Please clone the repo and try again. Cheers, Sven ✌️

    • @dhruvansh5602
      @dhruvansh5602 Місяць тому +1

      @@CodingIsFun Thanks admin, it really helped me.
      But I'm facing an error when i run the gui.exe file it is showing up "Failed to execute script 'gui' due to unhandled exception: No module named 'openpyxl'

    • @CodingIsFun
      @CodingIsFun  Місяць тому

      @@dhruvansh5602 Yepp, you need to install that package and include it when compiling it to an executable file, as shown in the video. Cheers, Sven and not admin

  • @confidential303
    @confidential303 3 місяці тому +1

    Nice, but nowadays it feels like we all became more script kiddies then actual understanding what is going on :( .. don't meant to discourage you, it is great you give a solution on how to build if you don't have prior programming knowledge.

    • @CodingIsFun
      @CodingIsFun  3 місяці тому +3

      You've raised a great point. I was actually quite hesitant to release this video. Initially, my plan was to code the functionality for saving data to Excel myself and share the thought process behind each decision. However, to be honest, my typical workflow for projects, whether in VBA or Python, is similar to what I demonstrated. I use ChatGPT to write code for me because it really speeds up my development process. I agree, it might not have been clear in the video, but I do check the code that ChatGPT generates. In the video, I simply executed the code without reviewing it first. The reason I still created the video, as you mentioned, is to show how little coding is actually needed to create an app like this, but I completely understand your criticism here. Cheers, Sven ✌️

    • @confidential303
      @confidential303 3 місяці тому +1

      @@CodingIsFun The problem is I like IT and programming it was quite a niche but it feels it gets more commodity like. It feels I cannot cope with it. I like to understand what I am doing. I refused to use ChatGPT because didn't want to become a script kiddie myself. But, a friend tipped me to use it but for a whole other reason and to my amazement I got hooked to it, just asking questions..it is a far more better than Google. Though, I was planning to build something in javascript..UA-cam downloader..it just gave the code in javascript also in C# ..I havent tried it..but it can be a easy go solution without trying to figure out what topics to learn before I can write such code. The point is you can do a bit reverse engineering and try to understand the code. Though, what do you think, do we really need programmers now and in the future is it becoming obsolete ?

    • @CodingIsFun
      @CodingIsFun  3 місяці тому +2

      @@confidential303
      Currently, I view AI solutions as just another tool in my toolbox. I use these tools to build apps and solutions faster. However, you can't build anything too complex with just ChatGPT, like the Excel add-ins I enjoy creating. You still need to design your app's architecture, create the user interface, and break down the problems into smaller, manageable subproblems, which can then be tackled with the help of ChatGPT. This process is very similar to what I showed in the video. I knew I wanted to use openpyxl to work with Excel and had already clearly specified my requirements, such as validating the email before submitting, in my prompt.
      Regarding your question, I strongly suggest learning all the basics yourself and trying to build smaller apps on your own. Once you've mastered the basics, you can speed up your development with AI tools. As I mentioned, they're just tools in your toolbox. You definitely don't want to end up with a complete black box of code. And as I said in the video, if you don't understand what certain parts of the code are doing, you can still ask for explanations to see if it makes sense to you. I hope that helps a bit. Happy learning and coding!

    • @confidential303
      @confidential303 3 місяці тому

      @@CodingIsFun Thank you for your advice. The problem is there is too many tutorials and there are too many things I want to learn. I feel like I am unorganized wanting to learn everything but not making real efforts into doing it only maybe watching youtube clips which seems promising but ending up doing nothing. Think it is also prioritizing what to learn first and making an schedule. For instance I see tutorials almost 8 hours from codecamp..that is too daunting for me.

  • @sujungpark5764
    @sujungpark5764 Місяць тому

    It is super useful. thank you 😁

    • @CodingIsFun
      @CodingIsFun  Місяць тому

      You're welcome 😊 Thanks for watching and taking the time to leave a comment. -Sven