Ещё немного про base64.
Собрал пример со встроенной в код картинкой. Это иконка для окна на PySide2. Файл кодирован в base64 и просто сохранён в переменной.
Для использования этих данных даже не пришлось сохранять их в новый файл. Иконка создаётся на лету с помощью метода QPixmap.loadFromData()
...
raw_data = base64.decodebytes(ico_encoded)
ico = QPixmap()
ico.loadFromData(raw_data, "PNG")
...
🌎 Полный пример смотрите в gists.
#libs#tricks#qt
🪐 In 1976, NASA’s Viking 1 lander touched down on Mars and conducted the first experiments specifically designed to search for signs of life on another planet. The Viking lander analyzed Martian soil for chemical reactions that might indicate life, and while some results were intriguing, no definitive evidence of Martian microbes was found, keeping the mystery of aliens alive on the Red Planet. ✨
#Mars⚡#Viking⚡#extraterrestrial⚡#nasa⚡#galaxy⚡#stars⚡#astronomy⚡#universe⚡#cosmos⚡#space
👉subscribe Universe Mysteries