Installation

pip install geometry-to-spatialite

You’ll need python >=3.8 and the SpatiaLite module for SQLite.

Install SpatiaLite on Debian/Ubuntu

apt install spatialite-bin libsqlite3-mod-spatialite

Install SpatiaLite on Mac

brew update
brew install spatialite-tools