Automation of neo4j Project and DBMS creation using python

Hello,

I'm new to neo4j.
I have neo4j desktop installed. I've been trying to write a python script to automatically create a neo4j new project, create its dbms and import some data into its import folder to create a database then query it.
I am able to do all these steps using the UI. But at the moment I'm trying to find a way to automate it through a script (even if it's not python).
It seems there's only a way to connect to an existing database and query it, Is there any method or packages out there that can help to setup a project and its dbms from scratch??

Thank you,