eltoncezar / powerpoint-lyrics-maker-python

Tired of creating boring presentations for your songs? Me too!
GNU General Public License v2.0
1 stars 3 forks source link

How does one use? #1

Open shadow22805 opened 3 years ago

shadow22805 commented 3 years ago

Sorry to bother you, but I can not figure out how to use it. Every time I run it, it returns the following

Traceback (most recent call last):
  File "C:\Users\james\Desktop\powerpoint-lyrics-maker-master\powerpoint-lyrics-maker-master\ppt_lrc_maker.py", line 2, in <module>
    from pptx import Presentation
ModuleNotFoundError: No module named 'pptx'

I'm sorry to bother you about a 3 year old project, I was just wondering how you make it work.

eltoncezar commented 3 years ago

Hi! Thanks for your interest in my project. The module pptx is a dependency for this project. You need to install it first. pip install python-pptx should solve the matter.

alexandermittet commented 1 year ago

Hi! Thanks for your interest in my project. The module pptx is a dependency for this project. You need to install it first. pip install python-pptx should solve the matter.

Please put the dependencies in the readme <3

eltoncezar commented 1 year ago

Sure! Thanks for the tip :)