Word File Processing in Python

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

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

  • @JoaoSantos-jb7ul
    @JoaoSantos-jb7ul 7 ชั่วโมงที่ผ่านมา

    Nice explanation of this library! Thank you!

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

    I've literally been looking for something like this for my job. 🙏 Thank you!

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

    This is the real mission man... Keep it up❤

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

    So this is latex but for word documents. Kinda neat!

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

    for anyone wondering: second part starts at 10:11

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

    Great introduction to this topic. I wanted to automatically edit an existing CV and your tutorial covered most of this. Do you have another that just edits and updates an existing doc based on text found in the document?

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

    Hey I am trying to figure out how to split a word document by paragraphs. I can't figure out how to handle paragraphs that split pages. For example the paragraph starts on page one and ends on page two. No matter how I try to do it it always splits a paragraph that spans pages into two paragraphs.

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

    Wonderful, mate! You helped me with my legal analysis! 🎉

  • @iaconst4.0
    @iaconst4.0 10 หลายเดือนก่อน

    lo digo en español , asi como te entendi en ingles perfectamente: buen video!! gracias por compartir tus conocimientos!

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

    How can i extract text from the footnotes of a word document? Do you have a solution for that been looking everywhere on the internet but cant seem to find working solutions. Thanks in advance!

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

    I will certainly read the docs. Good intro. However, clearly you don't use Word documents all that much, since the ONE thing you didn't touch on was find and replace! Either way, I appreciate bringing this library to our attention.

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

      The documentation is horrendous… I’ve been tearing my hair out with it all day

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

      @@jeedub6142 I know! 😂🤦‍♂️ It appears the only way find-and-replace is to loop through each run with regex. In other words, nothing to do with the library itself.

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

    Thank you so much for this video!!! This has been a massive help. Thanks again.

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

    Great! Super useful for automation

    • @JLSXMK8
      @JLSXMK8 2 ปีที่แล้ว

      This would especially be AWESOME for custom template generation. @NeuralNine I wonder if there would be something similar to this for PowerPoint slides. If there is, can you also show that to us?

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

    I enjoy the tut, tell us about find and replace text.

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

    Great Video, Thank You!. Is there a way update the Header text in the existing word document? Can you please share your ideas on it?

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

    Hi!Can we automate with this workflow?

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

    How can I create a hyperlink in the document?

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

    Nice work . How can I write in txt format document like Notepad ? Thnx Bro .

  • @CemYilmaz-zh4ft
    @CemYilmaz-zh4ft 8 หลายเดือนก่อน

    Is it possible to get the Text out from a Shape?

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

    Incredibly useful, thank you very very much !!!!!

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

    How to set column width

  • @elijahbock4357
    @elijahbock4357 15 วันที่ผ่านมา

    I'm sure you figured it out by now but your issue was that you were concatenating p.text instead of run.text to the string each time. This was causing you to print the whole paragraph for every run that was in 16pts, instead of printing every run**

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

    Very good tutorial, but I have a question if we use a {Client} or [Name] or , how can we do this, as financial contracts are much more complex Example:
    {TermTitle}
    {Senior} {Currency} {AggPrinAmount} {Collared}{Type} Notes due {MaturityDate format “yyyy”}

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

    why are add_heading, add_paragraph, add_run etc. not highlighted in my vs code editor?

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

      Because python-docx is garbage

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

    I downloaded python from the main site but I can't find the terminal, what did I do wrong and should I reinstall it? Thank you.

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

      If you are on Windows, the terminal is the command prompt.
      Type in cmd on WIndows 10 to open it.
      This is where you can do the commands like pip install

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

      @@hartoflearning so terminal is CMD? Thank you I thought it's different program.

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

      @@Zombitopia Yes. However in a coding software like Visual Studio Code, you can usually do much of the same thing in a window called terminal.
      Also, if you are just getting started, and you are using Windows, and decide to use something like Visual Studio Code or Pycharm, right click and "Run As Administrator."

  • @Hex-Scholar
    @Hex-Scholar ปีที่แล้ว

    Hey, how can we insert one document file into another document file using Python ?

  • @innocent8484
    @innocent8484 2 ปีที่แล้ว

    Thanks bu ı have a problem :My content starts with tags, how can I transfer them without losing style properties?

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

    Great video, thanks! So, why I am poking around in this topic is to find out how to *modify* text in a Word document. In particular I have got an interview with two people, and I want to have all the interviewer's text to be in italics. Also I don't have a Python environment, I assume this is not too hard to set up. Do you have videos on this? Thanks

  • @dr.fritza959
    @dr.fritza959 2 ปีที่แล้ว

    Would love to see more codewar videos.

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

    Why is the intelisense in my vscode not working? I can't see the tips for functions...

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

    File is show error when run from V.S code. Is there any extension that should be downloaded in V.S code?

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

    Hi !
    Can you please make a video on merging multiple word documents into one combined document ? And the combined document has a table of contents for the merged documents ? TIA

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

    how to extract the hyperlinks from the document? any suggestion?

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

      although i'm quite the beginner, i could suggest for each portion you are going thru, do a match on a regex for a hyperlink. something close to this one? pattern = r'(https?://)' then maybe can do something like match = re.search(pattern, cell) if match: etc.

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

    That was a cool video, thank you!

  • @shreyas_._
    @shreyas_._ 2 ปีที่แล้ว +1

    Little exaggerating till "we gonna use an external Library called ...." . But what ever ... Your contents are "PAKKA" 🔥 and the selection of subject

  • @Victor_Marius
    @Victor_Marius 2 ปีที่แล้ว

    Isn't there a run.text property?

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

    CAN WE COUNT NUMBER PAGES PRESENT IN DOCX FILE IN PYTHON SCRIPT

  • @zubairshaikh8444
    @zubairshaikh8444 2 ปีที่แล้ว

    Can we keep the word file
    Open while the code runs to see if everything is happening correctly

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

    Can anyone help me with an assignment..qstn is create a django project and prepare a word doc regarding project and app files ..pls anyone help

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

    Great video!

  • @ellyeroms-qy1ym
    @ellyeroms-qy1ym 11 หลายเดือนก่อน

    theres a new release of python docx. could create a video on that
    please

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

    Thanks for the video, this is incredible useful

  • @JLSXMK8
    @JLSXMK8 2 ปีที่แล้ว

    Intro song for channel identified - £g0 - "Keep Talkin'" (2020); I gotta warn you all though, the lyrics are extremely explicit!!!
    But seriously, if there's something similar to the library shown here for use with Microsoft Powerpoint, could you please show that to us? Would be super awesome!

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

    Bro i am not able to make a new file in python

  • @trruthawareness
    @trruthawareness 5 หลายเดือนก่อน +1

    brilliant.

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

    I got error messages. It didn’t recognize pip.

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

      when installing Python make sure you thick the box about pip, also you need to have python in your path, see environment variables, hope it helps

  • @sbksdg7019
    @sbksdg7019 2 ปีที่แล้ว

    Thank you!

  • @ЮхновськийНазарій
    @ЮхновськийНазарій ปีที่แล้ว

    8:41

  • @petehinch3871
    @petehinch3871 2 ปีที่แล้ว

    Thanks

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 2 ปีที่แล้ว

    I use odfpy, which lets you read and write documents conforming to ISO 26300. That’s a *proper* document standard.

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

    How to split word document page by page using python? any one have code of this please let me know reply me here
    Thanks

  • @philtoa334
    @philtoa334 2 ปีที่แล้ว

    Thx . : )

  • @404errorpagenotfound.6
    @404errorpagenotfound.6 2 ปีที่แล้ว

    Err, why not just use word??

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

      Let's say you have 200 word files that have a similar structure and you want to extract the data from all tables for example to create a dataframe from them. Want to do it manually?

    • @404errorpagenotfound.6
      @404errorpagenotfound.6 2 ปีที่แล้ว

      @@NeuralNine point taken, also thanks for your work.

  • @innocent8484
    @innocent8484 2 ปีที่แล้ว

    How can I export the word file? my function is as below
    def export_file(request):
    if request.method =="POST":
    document=Document()
    duyurular=Duyuru.objects.all()
    for duyuru in duyurular:
    print(duyuru.name)
    document.add_heading(duyuru.name,1)
    tagsiz_paragraf = BeautifulSoup(duyuru.aciklama, "lxml").text
    document.save("icerikler.docx")
    paragraph = document.add_paragraph(tagsiz_paragraf)
    paragraph.alignment = 3 # for left, 1 for center, 2 right, 3 justify ....
    return redirect('list_duyuru')

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

    This is the real mission man... Keep it up❤