Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Python Docx From Beginner To Winner

    Posted By: ELK1nG
    Python Docx From Beginner To Winner

    Python Docx From Beginner To Winner
    Last updated 11/2022
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 1.21 GB | Duration: 1h 32m

    Learn How to Automate Microsoft Word Files

    What you'll learn
    Create docx files with Python
    Change the font color and size
    Change font name, use TTF fonts
    Insert images and paragraphs
    Align paragraphs and images
    Set/Unset bold, italic and underline
    Set different underline styles: single, dash, dot dot dash
    Insert tables
    Change the internal XML data
    Add page number
    Requirements
    Basic Knowledge about Python
    You need Python 3.8.x or later
    Visual Studio Code (Recommended)
    Visual Studio Code "Python from Microsoft" and "Pylance from Microsoft" extensions
    Visual Studio Code "XML Tools" extension
    7zip or similar
    Eager to learn
    Description
    Welcome to Python Docx from Beginner to Winner!Here we will learn together how to use python-docx module to generate dynamically docx files! Docx files automation with Python will become to you as easy as pie!In each session we will replicate a Microsoft docx previously created by hand. Together we will explore python-docx API, we will look at its code, we will debug its code and we will improve its code!It will be fun, bold and memorable!Also we will take a look at its internal XML code, we will compare with the original one, we will understand how it works and we will change it in our favor! After taking the first session you will be already able to:Insert paragraphs;Insert images;Insert tables;Format tables;Align paragraphs and images;Change paragraph font name and size;Use TTF fonts;Change paragraph color;Add/remove bold, italic and underline;Add different styles of underline: single, double line, wave, and more;Create your own paragraph styles;Look at its internal XML code, understand it and change it;Add pagination.Quite a journey right?Join with me to this challenge of exploring python-docx module, we have a lot to learn!Become a winner and start automate your Microsoft Docx files now!Key Concepts: Insert paragraphs, insert images, insert tables, format tables, align paragraphs, align images, change paragraph font name, change paragraph font size, use ttf fonts (TrueType Fonts), change paragraph color, add bold, remove bold, add italic, remove italic, add underline, remove underline, add single line underline, add wavy underline, add double line underline, create styles, pagination.

    Overview

    Section 1: Koala Document

    Lecture 1 Introduction + Requirements [Part 0 of 35]

    Lecture 2 Hello World Python Docx [Part 1 of 35]

    Lecture 3 Define Document Creation Skeleton [Part 2 of 35]

    Lecture 4 Add Title Heading [Part 3 of 35]

    Lecture 5 Title Font Name [Part 4 of 35]

    Lecture 6 Title Font Size [Part 5 of 35]

    Lecture 7 Title Remove Bold [Part 6 of 35]

    Lecture 8 Title Font Color [Part 7 of 35]

    Lecture 9 Title Align Center [Part 8 of 35]

    Python dev Beginner/Intermediate who wants to automate creation and/or processing of docx documents,Anyone interested in docx automation,Everyone who wants to do more with less