Тёмный

Automatically Fill Word Files with Python 

NeuralNine
Подписаться 358 тыс.
Просмотров 19 тыс.
50% 1

Today we learn how to automate the filling of word files with Python.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: www.neuralnine.com/books/
💻 The Algorithm Bible Book: www.neuralnine.com/books/
👕 Programming Merch: www.neuralnine.com/shop
💼 Services 💼
💻 Freelancing & Tutoring: www.neuralnine.com/services
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine.com/
📷 Instagram: / neuralnine
🐦 Twitter: / neuralnine
🤵 LinkedIn: / neuralnine
📁 GitHub: github.com/NeuralNine
🎙 Discord: / discord

Наука

Опубликовано:

 

20 окт 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@EdwardTilley
@EdwardTilley 8 месяцев назад
Great video!
@StYxXx
@StYxXx 9 месяцев назад
I did something like this without extra packaged once in javascript. Just reading the file. You have to make sure the placeholders aren't splitted (which can happen in doc files, there can be tags within a word - you can edit the template though), but besides that it's a pretty forward string replacement. This solutions seems to be way more easier though :)
@samrijijkot
@samrijijkot 9 месяцев назад
Would also be interesting to see a good way to create pdf files with python via latex.
@jvsonyt
@jvsonyt 9 месяцев назад
This is great
@MrRichy124
@MrRichy124 9 месяцев назад
I did create something exactly like this with some additional features. I have been using replace instead of runs but sometimes that indeed leads to formatting issues. I used this to create 83 documents at once which is very valueable. Sometimes the date formatting in excel is an issue but that can be solved by converting it to text. With your csv approach that isn't an issue although for a user xlsx shows a better overview. Mine also automatically detects the headers instead of hardcoding them.
@MrMKA2012
@MrMKA2012 9 месяцев назад
do you think this could be way to create program that may help accountant to make his life easier?
@MrRichy124
@MrRichy124 9 месяцев назад
@@MrMKA2012 yes we have been using this at my firm. If you have some word document that needs to be created semiregularly it is worth the time. The word templates need some work put in them, but overall this saved around 26 hours of work. Prospectively more once used more. The tool is universal. I created a column in the excel input with the template names so that it fills several templates from one row iteratively.
@MrMKA2012
@MrMKA2012 9 месяцев назад
Well that is great, now will consider invest time in learning this , Thank you for telling your experience.@@MrRichy124
@serychristianrenaud
@serychristianrenaud 9 месяцев назад
Thanks
@saadzahem
@saadzahem 9 месяцев назад
What about filling pdf files? Or automated convertion of docx to pdf.
@muhammedhijazi4080
@muhammedhijazi4080 8 месяцев назад
Which OS is this?
@JonesDawg
@JonesDawg 9 месяцев назад
I ve used this at work haha
@vasukansal1834
@vasukansal1834 9 месяцев назад
please explain every line in a more easy way for those people who are using such modules first time
@philtoa334
@philtoa334 9 месяцев назад
Thx_.
@TheOneHong
@TheOneHong 9 месяцев назад
wasn't auto fill in template is a built-in feature?
@paulinepanganiban7938
@paulinepanganiban7938 6 месяцев назад
interesting! thanks for this. new subscriber here! can you create content on creating python script to display computer name, cpuinfo , including users and their associated groups as well as status of services being run in the linux machine? :) Thanks!
@vishnubalaji9500
@vishnubalaji9500 9 месяцев назад
can you make a video for controlling/automating power bi dashboards
@jackbauer322
@jackbauer322 Месяц назад
What if I wanted to fill the file with an LLM generation ?
@mrbusiness8648
@mrbusiness8648 4 месяца назад
Hero
@redcraft612
@redcraft612 9 месяцев назад
First comment and this seems like a good video.
@Sebwazhere
@Sebwazhere 9 месяцев назад
I broke python by deleting a folder, I reinstalled it and nothing I do works, the folder I deleted was something like mingw/mingw62/lib/python 3.10 and now none of my python installations work and I just get the error: No module named 'encodings' when I try to run python.
@wesamkiwan9561
@wesamkiwan9561 Месяц назад
who knows how we can make a loops in the templates. for example i have a list of orders for each customer and in the template i want to loop through the list of orders and add each order to the file, and each customer has different list length so i want to make loop to make it more dynamic. i mean i want the loop to be within the template not in the code.
@ExcelInstructor
@ExcelInstructor 9 месяцев назад
Hello, Im just trying to start with python, I have question: what is that environment your coding in? Can you go thru code like in VBA when you can execute line by line with f8?
@jwilliams7471
@jwilliams7471 9 месяцев назад
I'll let the author say for certain which editor he is using. However, it looks like JetBrains PyCharm IDE to me. Another highly used IDE is MS Visual Studio Code. Either should work for you.
@iaconst4.0
@iaconst4.0 5 месяцев назад
Ese codigo falla a veces, es muy inestable , no reemplaza muchas veces.
@PANDURANG99
@PANDURANG99 9 месяцев назад
Comments on word file
@Biokompott
@Biokompott 6 месяцев назад
thank you, but I think, word has something built-in for this.
@r00tey545
@r00tey545 6 месяцев назад
Sadly getting the error - in terminal: raise PackageNotFoundError("Package not found at '%s'" % pkg_file) docx.opc.exceptions.PackageNotFoundError: Package not found at 'template1.docx'
@frederikjonssonmadsen6530
@frederikjonssonmadsen6530 5 месяцев назад
I get the same error!
@frederikjonssonmadsen6530
@frederikjonssonmadsen6530 5 месяцев назад
However, I found out that the error appeared because of the fact that the document was open when I ran the code.
Далее
Makefiles in Python For Professional Automation
13:43
Word File Processing in Python
19:43
Просмотров 63 тыс.
Как похудеть на 10 кг ?! БЫСТРО!
07:06
БАТЯ И СОСЕД😂#shorts
00:59
Просмотров 1,9 млн
How to Automate Word Documents Using Python
18:36
Просмотров 41 тыс.
shutil: The Ultimate Python File Management Toolkit
14:32
15 Python Libraries You Should Know About
14:54
Просмотров 378 тыс.
Argument Parsing with argparse in Python
11:27
Просмотров 13 тыс.
Python Asynchronous Programming - AsyncIO & Async/Await
25:57
КАКОЙ SAMSUNG КУПИТЬ В 2024 ГОДУ
14:59
iPhone socket cleaning #Fixit
0:30
Просмотров 18 млн