如何使用Python这样绘制图片?

时间:2019-03-29 06:23:29

标签: python frontend python-imaging-library data-visualization

我正在从事一个项目,该项目将刮除蒸汽销售数据,并根据我所刮除的数据生成一个信息图。我已经完成了包括图片的数据抓取部分,现在正在处理信息图。 抓取的数据如下所示:

[Neon Chrome,-71%,¥ 14,86.79%,4 days, Neon Chrome is a cyberpunk-themed twin-stick shooter video game played from a top-down perspective. The player takes control of remote controlled human clones and is tasked with eliminating the Overseer to stop their oppressive regime on the dystopic society.]

[Crossing Souls,-75%,¥ 12,78.79%,1 day,11 hours ago,1 year ago,1,331690, Crossing Souls is a inventive thrill ride that embraces clever, varied gameplay and heartfelt storytelling to coalesce into a gem of a game.]

理想情况下,我想重新组织文本并像这样从头开始生成图表(某些信息仅用于展示):

enter image description here

但是,我真的不知道如何使用python或其他自动化方法生成此类图片。我发现了几个像枕头之类的库,它们具有基本的API,例如导入图片,绘制线条和文本,但是由于我的信息图表可能包含多个卡,并且文本的长度可能会有所不同,因此它无法正确处理布局,因此我无法对文本或图像出现在(x,y)位置。

0 个答案:

没有答案