/CRM_OSINT_COURSE

CRM and OSINT course for Business School

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

how to use the slide_generator_3000

If you are an unexperimented python user, We will first create an environment to install the packages, It will make your life easier later on.

python3 -m venv pptx
source pptx/bin/activate
pip install python-pptx

If you need to leave the environment you can type in deactivate