Development of a Python script for generating PnL cards
It is necessary to develop a Python script that generates images with trading results (PnL). This is NOT overlaying text on a ready-made template. The image should be assembled programmatically "from scratch" (background, shapes, text) to ensure layout flexibility when changing the length of the data.
Technical stack
Language: Python 3.9+
Graphics: Pillow (PIL)
QR codes: qrcode library
API & Requests: ccxt or requests
Fonts: Use the Proxima Nova font family (or a visually identical alternative) so that the numbers and kerning match the original.
Technical stack
Language: Python 3.9+
Graphics: Pillow (PIL)
QR codes: qrcode library
API & Requests: ccxt or requests
Fonts: Use the Proxima Nova font family (or a visually identical alternative) so that the numbers and kerning match the original.