📄️ Introduction
Millennium gives us the ability to modify portions of the Steam Client using plugins. These plugins contain 2 notable portions; a frontend, written in typescript, and a backend, written in python. A frontend is something that interacts with Steams UI, and the backend is something that can interact with the end-users PC.
📄️ Package Management
Package Management for python is managed by PIP. Millennium reads required python packages from requirements.txt in the base directory of the plugin.
🗃️ Python Reference
9 items
🗃️ TypeScript Reference
5 items