User:Martyav/Apps/User contributions

From mediawiki.org
1: Initial screen The initial screen of the user contributions app
2: User types in username User types in username
3: User not found User not found
4: User found, with varying amounts of info User found, with info User swipes right

Frameworks[edit]

Pygal might be a good visualization tool -- out of the choices I've looked at, the syntax is very readable and simple, and the results are visually engaging. It also has built-in integration with Flask. One problem: it exports images as SVG, which is bad news for older browsers. We can add a dependency that exports to .png though.