ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Python/python-pptx 사용자 가이드 - 1. 소개
    코딩/Python 2024. 6. 5. 16:34
    728x90

    이 문서는 아래 링크의 python-pptx의 사용자가이드를 번역한 것이다. 번역 오류나 번역문구의 뜻이 애매할 때 참고할 수 있도록 원문은 회색으로 추가한다.

    https://python-pptx.readthedocs.io/en/latest/user/intro.html

    Introduction

    python-pptx is a Python library for creating and updating PowerPoint (.pptx) files.

    A typical use would be generating a customized PowerPoint presentation from database content, downloadble by clicking a link in a web application. Several developers have used it to automate production of presentation-ready engineering status reports based on information held in their work management system. It could also be used for making bulk updates to a library of presentations or simply to automate the production of a slide or two that would be tedious to get right by hand.

    This user guide is tutorial in nature, introducing concepts along with code examples that I hope will allow you to learn what you need while addressing the real-life PowerPoint challenges you’re working on.

    python-pptx는 PowerPoint(.pptx) 파일을 만들고 업데이트하기 위한 Python 라이브러리이다.

    일반적인 용도는 웹 애플리케이션의 링크를 클릭하여 다운로드할 수 있는 데이터베이스 콘텐츠에서 사용자 정의된 PowerPoint 프레젠테이션을 생성하는 것이다. 몇몇 개발자는 작업 관리 시스템에 저장된 정보를 기반으로 프레젠테이션 준비가 완료된 엔지니어링 상태 보고서 생성을 자동화하는 데 이를 사용했다. 또한 프레젠테이션 라이브러리를 대량으로 업데이트하는 데 사용할 수도 있고, 직접 작업하기에는 지루한 한두 장의 슬라이드 제작을 자동화하는 데에도 사용할 수 있다.

    이 사용자 가이드는 실제로 작업 중인 PowerPoint 과제를 해결하면서 필요한 내용을 배울 수 있도록 코드 예제와 함께 개념을 소개하는 튜토리얼이다.

    python-pptx License

    The MIT License (MIT) Copyright (c) 2013 Steve Canny, https://github.com/scanny

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

    MIT 라이센스(MIT) 저작권 (c) 2013 Steve Canny, https://github.com/scanny

    본 소프트웨어 및 관련 문서 파일(이하 "소프트웨어")의 사본을 취득한 모든 사람에게 사용, 복사, 수정, 병합에 대한 권리를 포함하되 이에 국한되지 않고 제한 없이 소프트웨어를 취급할 수 있는 권한이 무료로 부여된다. , 소프트웨어 사본을 게시, 배포, 재라이센스 부여 및/또는 판매하고, 소프트웨어를 제공받은 사람에게 다음 조건에 따라 그렇게 하도록 허용한다.

    위의 저작권 고지와 본 허가 고지는 소프트웨어의 모든 사본 또는 상당 부분에 포함된다.

    소프트웨어는 상품성, 특정 목적에의 적합성 및 비침해에 대한 보증을 포함하되 이에 국한되지 않고 명시적이든 묵시적이든 어떠한 종류의 보증 없이 "있는 그대로" 제공된다. 어떠한 경우에도 작성자나 저작권 보유자는 계약, 불법 행위 또는 기타 행위로 인해 소프트웨어나 사용 또는 기타 거래와 관련하여 발생하는 모든 청구, 손해 또는 기타 책임에 대해 책임을 지지 않는다.

     

    Python/python-pptx 사용자 가이드

    728x90

    댓글

Designed by Tistory.