Turn Your Excel Sheet Into An Interactive Application Using Python (Full Project)

  Рет қаралды 20,846

Coding Is Fun

Coding Is Fun

Күн бұрын

Пікірлер: 42
@CodingIsFun
@CodingIsFun 2 жыл бұрын
🚨 *Because youtube changed something on its end, you might get the following error message* 🚨 pytube.exceptions.RegexMatchError: get_throttling_function_name: could not find match for multiple ⭐SOLUTION⭐ You need to change the pytube's 'cipher.py' file. Have a look at the following video: kzbin.info/www/bejne/pqKsm5iva6iVntk
@patloeber
@patloeber 2 жыл бұрын
The king of Python+Excel automation :)
@CodingIsFun
@CodingIsFun 2 жыл бұрын
Haha, thank you, Patrick!
@TimePasser
@TimePasser 2 жыл бұрын
You are amazing man.. Thank you very very much. I really appreciate your work and dedication. I love streamlit because of your videos. In my work I started using streamlit and management quite impressed with this approach. Keep it up buddy.
@CodingIsFun
@CodingIsFun 2 жыл бұрын
That is fantastic! Happy to hear that & thanks for watching :)
@yigitcelik7965
@yigitcelik7965 2 жыл бұрын
thank you a lot. your videos are so informative and easy to understand.
@CodingIsFun
@CodingIsFun 2 жыл бұрын
*I am glad to hear you are enjoying them, thanks for watching and for the comment!* 👍
@elsheep6951
@elsheep6951 2 жыл бұрын
Fantastic and inspiring. Thank you. I code for fun and use excel for work.Python is so much neater and more powerful than excel VBA. I now mix fun projects into my work :) p.s. The tool belt is excellent and a real time saver. It took me less than 10 minutes of using the free version to decide to upgrade!
@CodingIsFun
@CodingIsFun 2 жыл бұрын
Thank you so much for your kind words and for taking the time to leave a comment! And I am super happy to hear that you find the MyToolBelt Excel add-in helpful. 🤩
@Yosalsafiesta
@Yosalsafiesta 2 жыл бұрын
Hey buddy thanks so much for sharing! By the way I got another application for you. Super easy to work out montecarlo simulations with excel and python. Most financial models are in corporate finance are in excel. You can use Win32 to open up excel, randomly input values in your cells, extract the output and graph the results. Super useful for risk managemet!
@CodingIsFun
@CodingIsFun 2 жыл бұрын
Thanks for your suggestion. There is already an example available that covers a Montecarlo simulation. Have a look at example 3: www.xlwings.org/examples I hope it helps!
@nagendravishwamitra3652
@nagendravishwamitra3652 2 жыл бұрын
Absolutely Super !! Such a inspiring coder!! Always brings new things !!
@CodingIsFun
@CodingIsFun 2 жыл бұрын
Thank you! :)
@nagendravishwamitra3652
@nagendravishwamitra3652 2 жыл бұрын
@@CodingIsFun sir could you please make a video on how to install xlwings n create addin in Excel
@CodingIsFun
@CodingIsFun 2 жыл бұрын
@@nagendravishwamitra3652 Do you mean to create a 'white labelled' xlwings ribbon, as described here? docs.xlwings.org/en/stable/customaddin.html
@KhalilYasser
@KhalilYasser 2 жыл бұрын
Really amazing and inspiring. I have learned a lot from you.
@CodingIsFun
@CodingIsFun 2 жыл бұрын
Happy to hear that!
@Kaelthas_Sunstrider
@Kaelthas_Sunstrider 2 жыл бұрын
Incredible work! Thank you!
@CodingIsFun
@CodingIsFun 2 жыл бұрын
Thanks for the kind words! I am glad you enjoyed it.
@OmerMan992
@OmerMan992 2 жыл бұрын
Hi, can you make a follow-up video showing how you turn this into a web app please? Thanks for the great info!
@CodingIsFun
@CodingIsFun 2 жыл бұрын
Thank you. Perhaps the following video will help: kzbin.info/www/bejne/eaOvnpqofM6JjLs Happy Coding!
@eliemoukabed1864
@eliemoukabed1864 2 жыл бұрын
Thank you !
@CodingIsFun
@CodingIsFun 2 жыл бұрын
A pleasure. Thanks for watching!
@pixelmasque
@pixelmasque 5 ай бұрын
building a GUI type interactivity (data input and visual icons) on an excel table with Python to share interactivity between 3 sheets. is it possible to do this and upload it to OneDrive as a shared excel web application? Or is it for desktop only?
@katherinejohnson2487
@katherinejohnson2487 2 жыл бұрын
How do we do this with VBA?
@CodingIsFun
@CodingIsFun 2 жыл бұрын
Good questions, but not easy to answer. In general, the logic remains the same. Also, in VBA, you can work with APIs using HTTPS requests. Yet, downloading an mp3 file or creating a word cloud is harder to implement. I am not aware that there are any .bas modules out there. Hence, you would need to write it from scratch.
@ahmedelhaddad6817
@ahmedelhaddad6817 2 жыл бұрын
thank u so much , pls how to fix this Error Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'transcriber'
@CodingIsFun
@CodingIsFun 2 жыл бұрын
Thanks for watching and for your question. Hard to tell from a distance why you are facing an error. I assume that the transcriber.py file is not in the workbook's directory.
@holybusta
@holybusta 3 ай бұрын
I created a data entry form for my persomal business, i gave it too much time created a macro enabled button for entries in excel but at the end when i completed it i download the file in my mobile but macro vba is not working in mobile can i create something dashboard kinda data form which works on mobile for entries in excel sheet please help
@CodingIsFun
@CodingIsFun 2 ай бұрын
Thanks for watching. It's hard to recommend a specific solution without more details. If you need more personalized advice, you can schedule a consulting call with me here: pythonandvba.com/go/consulting-call Cheers, Sven ✌️
@emmanuelronstadt2443
@emmanuelronstadt2443 2 жыл бұрын
When I try to run the SampleCall I get this error message: sh: python: command not found, do you by any chance know why? As I followed your instructions 1to1.
@CodingIsFun
@CodingIsFun 2 жыл бұрын
Sounds to me like a Python (installation) problem. You might want to search for your error message on the internet.
@hakimdz3358
@hakimdz3358 2 жыл бұрын
I have a question, how can I contact you?
@CodingIsFun
@CodingIsFun 2 жыл бұрын
www.pythonandvba.com/contact/
@hakimdz3358
@hakimdz3358 2 жыл бұрын
@@CodingIsFun I sent you a message..please try to help me
@KhalilYasser
@KhalilYasser 2 жыл бұрын
I got an error message `Traceback (most recent call last): File "", line 1, in AttributeError: module 'xlwings.utils' has no attribute 'prepare_sys_path'`
@CodingIsFun
@CodingIsFun 2 жыл бұрын
Which version of xlwings are you using?
@KhalilYasser
@KhalilYasser 2 жыл бұрын
@@CodingIsFun I am using xlwings 0.27.7. I have uninstalled it and then used the version you referred to in the requirements file, then I closed the excel file and reopened it. But the same problem is still there,
@CodingIsFun
@CodingIsFun 2 жыл бұрын
@@KhalilYasser Interesting! Could you try to create a simple quickstart project, insert a button and see if you get "Hello xlwings" in cell A1, as shown in the video: 01:40 min?
@KhalilYasser
@KhalilYasser 2 жыл бұрын
@@CodingIsFun Yes, I already did that and I got the same problem. Then I have searched and found that I had to install xlwings addin `xlwings addin install` and this seems to solve the problem. Now I can run python from excel without a problem. Now I opened your excel file, and the first error message has gone but got another long message about pytube that ends with ` File "c:\users\future\appdata\local\programs\python\python38\lib\site-packages\pytube\cipher.py", line 296, in get_throttling_function_name raise RegexMatchError( pytube.exceptions.RegexMatchError: get_throttling_function_name: could not find match for multiple`
@KhalilYasser
@KhalilYasser 2 жыл бұрын
I have posted the question on s o at this 72145556. Can you have a look at it?
Create Stunning Python GUIs in 10 Minutes With Drag & Drop
11:38
Coding Is Fun
Рет қаралды 87 М.
I tricked MrBeast into giving me his channel
00:58
Jesser
Рет қаралды 29 МЛН
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 41 МЛН
Introducing Python in Excel
19:01
Leila Gharani
Рет қаралды 1,6 МЛН
My Workflow for Building any Streamlit Dashboard Project
9:40
Fanilo Andrianasolo
Рет қаралды 95 М.
How to Create an Excel Data Form Using Python + ChatGPT
13:57
Coding Is Fun
Рет қаралды 10 М.
How ChatGPT Built My App in Minutes 🤯
8:28
Website Learners
Рет қаралды 2,7 МЛН
I Made 200 Python Projects...Here Are My 5 FAVORITES
11:23
Tech With Tim
Рет қаралды 158 М.
Automate Excel Work with Python and Pandas
21:29
John Watson Rooney
Рет қаралды 99 М.
Create an advanced GUI app with PySimpleGUI (Full Tutorial)
27:32
Coding Is Fun
Рет қаралды 81 М.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 212 М.
I tricked MrBeast into giving me his channel
00:58
Jesser
Рет қаралды 29 МЛН