Projects
My current projects.

Python Template Snippets - VS Code Extension
A VS Code snippet extension that includes snippets for both the Jinja2 and Django template engines with over 75,000 installs.
VS Code MarketPlace: marketplace.visualstudio.com/items?itemName=RickyWhite.python-template-snippets/
GitHub repo: github.com/EndlessTrax/python-template-snippets/
PyAnchor
PyAnchor is an open-source Python package for checking sites for broken links.
PyPi link: pypi.org/project/pyanchor/
GitHub repo: github.com/EndlessTrax/pyanchor/
PGN To Sqlite
A cli application for pulling pgn files from Chess.com and Lichess.org and putting your games into a sqlite database.
PyPi link: pypi.org/project/pgn-to-sqlite/
GitHub repo: github.com/EndlessTrax/pgn-to-sqlite/