Hi sir. Thanks for this. I have a question. Do you know how to make it possible to choose different excel file everytime I want to automate the word document? I want to use the same docs template, but with different excel files.
@tiagoandreotti Жыл бұрын
Frank, thank you for this video. It was very helpful!
@joseluisgalancabilla8792 Жыл бұрын
Excellent!!! Many thanks! Instead of generating one doc for each row, it is possible to generate each letter as a page of the same document? I would like to apply this not for generating letters, but for generating, for example, bibliographic references.
@crystalcleargirl078 ай бұрын
🎉 wow, this is so helpful! thank you for making this video tutorial!
@ninatyminska3436 Жыл бұрын
Thanks for the tutorial, it's very helpful. One question how could I modify the code so that the name of newly generated document was generated_doc_{first_name}_{last_name}.docx instead of generated_doc_{index}.docx ? Knowing that context = {'first_name': row['first'], 'last_name': row['last']}
@bluemonk9480 Жыл бұрын
Fantastic tutorial, it really helped me out! I have a small question though, I'm trying to add text to a text box. How can I align the string from python in the middle? I tried changing the textbox settings in word but python ignores this and aligns bottom
@reftop50652 ай бұрын
Hey Did you find any solutions?
@gaben_aTan Жыл бұрын
Perfect method! and how to make one word document from several when iterating?
@utube11235 Жыл бұрын
Thank you for the great video! One query: Is it possible to update the status of checkboxes? If so, how?
@bas80492 жыл бұрын
Nice video, well explained!
@ThePyCoach2 жыл бұрын
Glad you liked it!
@tecnofest76833 ай бұрын
Good Job! Thanks 🚀
@Hex-Scholar Жыл бұрын
Thank you for this awesome tutorial, using Jinja in Flask recently was fascinating and now knowing you can use it with word documents will surely be time saving. I have one question is it possible to fill each template within the same file but different pages ?
@eerd24494 ай бұрын
which tool you using to creat the pyton script?
@rodfreitas1935 Жыл бұрын
Excellent video! Tks for this
@maxcohen132 жыл бұрын
Excellent work. Thanks!
@Carlo.D Жыл бұрын
excellent tutorial... I wanted to create an exe but the 'docxtpl' module is giving me problems *ModuleNotFoundError: No module named 'docxtpl'*executable ? can U give me some explanation? tks
@adrianmerc_c2 жыл бұрын
Excelente video, Muchas gracias Frank, me va a servir de mucho
@ThePyCoach2 жыл бұрын
Me gusta como mis videos en ingles tienen algunos comentarios en español y mis videos de mi canal en español tienen algunos comentarios en ingles 😂
@siconova2 жыл бұрын
It's there something similar but for sheets and docs from Google?
@ThePyCoach2 жыл бұрын
I haven’t tried but I’m pretty sure you can do it. Check the “Google Sheets with Python” video in the channel. The idea would be the same after you extract the data from Google Sheets
@siconova2 жыл бұрын
@@ThePyCoach Thanks a lot, great work!
@lucasferreira8229 Жыл бұрын
Do I need frameworks to automate?
@sanathkumarr9075 Жыл бұрын
its generating different documents with the same data
@sowmiya947 ай бұрын
how to update table of content dynamically
@academysolution8074 Жыл бұрын
Hey, I am a real estate broker. who has to make a lot of reports on houses. I am looking for a way how I can take pictures directly from my iphone and put them into word with the same format and also add text. without having to transfer the pictures from my computer. I want to take these pictures directly from my iphone and import them into word + add the text. And later I want to edit this word document on my computer. Would this work on iphone?
@md.masumomarjashim2 жыл бұрын
This is awesome
@AnkitSharma-bo4zj Жыл бұрын
Hi I am getting a KeyError on the name of the row. How to resolve this?
@KarmveerChauhan-op1sq Жыл бұрын
how can i automate all the data to the same word file ?
@pushpanshuasthana75892 жыл бұрын
I am getting this error in email automation, please resolve it... em['From'] = email_sender TypeError: 'type' object does not support item assignment
@sanathkumarr9075 Жыл бұрын
But printing context shows different data
@amj.composer Жыл бұрын
Thank you so much, now I'm gonna apply to so many fucking jobs lmfao
@sayednab Жыл бұрын
isn't easier to just download a cv template and work on it? i really dont get what you are trying to do here.
@mickyguy157 Жыл бұрын
increasing returns to scale
@thegreatgouldini Жыл бұрын
slow starter.... what dev environment are you using? pip install docxtpl does not work