Client to run SSIS package on SQL Server

Hi there

I am a newbie to Python and coding in general - am about half way through my first Python course.
So what I would like to do is to use Python to allow users (client side) to kick off a SQL ssis/dtsx package. Ideally I would like to have a web page where users can click on a button to run the package.

From my brief research I have come across the concept of socket programming, and also read about Flask. I am looking for the easiest way to use my new Python skills to achieve this. Hoping that there is a way to do this without a massive investment in time & additional skills (in addition to Python).

Would appreciate some advice/direction.

Many thx
Chris