If anyone is interested I made a Python package that pulls your chess.com or lichess.org games from their APIs and puts them into an SQLite database for you to do analysis, or whatever you'd like.
If people want it I'll add support for import PGN files from disk instead of an API.
Released v2.0 of pgn-to-sqlite today, which now supports adding your locally stored pgn files to your sqlite3 database, as well as pulling your pgn files from Chess.com and Lichess.org.
If anyone is interested I made a Python package that pulls your chess.com or lichess.org games from their APIs and puts them into an SQLite database for you to do analysis, or whatever you'd like.
If people want it I'll add support for import PGN files from disk instead of an API.
You can find it on PyPI: https://pypi.org/project/pgn_to_sqlite/