Skip to content
 
 

Repository files navigation

AutoPPTMaker

Automated worship slide creator for FCNABC's English Congregation.

Refer to "Auto PPT Maker Instructions.docx" for user guide.

1. Project Setup:

  1. Open a command console
  2. Install poetry via
pip install --upgrade poetry
  1. Navigate to project directory (where this README file is)
  2. Install virtual environment via:
poetry update

2. Executing Project

2.1 General

To run a Python file, either:

  1. Enter the virtual environment (avoids the usage of "poetry run") via the following command and then execute python as normally (i.e., python [python file])
poetry shell
  1. Or execute directly via
poetry run python [python file]

2.2 Main Application

After navigating to the AutoPPTMaker subfolder, the main application can be executed via:

poetry run python SlideMaker.py

3. Project Export

To export as .exe, use pyinstaller via:

poetry run pyinstaller --onefile .\AutoPPTMaker\SlideMaker.py --path=".\AutoPPTMaker"

About

Automated worship slide creator for FCNABC's English Congregation.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages