Open ktomi96 opened 2 years ago
Your changes are most welcome.
During the design of the application, only Windows
was taken into consideration. If you can find alternate dependencies for Linux, kindly mention them.
Will do an analysis, and implementation thereafter.
i can implement dependency management using poetry and could also look to implement api calls that also work on linux
That sounds good @glitchdawg. So would you like to proceed?
That sounds good @glitchdawg. So would you like to proceed?
Yes but to maintain sanitary code I'll have to first implement the dependency management and implement the api calls in a later push. I'll start working on the dependency management shortly
That sounds good @glitchdawg. So would you like to proceed?
Yes but to maintain sanitary code I'll have to first implement the dependency management and implement the api calls in a later push. I'll start working on the dependency management shortly
Perfect then I am assigning this to you.
Does the package now support Linux?
windows only!
Some package alternatives should be considered
from win32com import client # for excel to pdf
from docx2pdf import convert
from ppt2pdf import main as ppt_processor
13
following code doesnt works on linux. You should consider other packages that dont use windows api calls
Also you should consider using dependency managment such as poetry