I am currently working on an unofficial Pipboy Application (using Python3 and PyQt5) with the goal of providing a satisfying second monitor experience (it can also provide a satisfying second screen experience ).
Here is some http://i.imgur.com/gNbiSXu.png.
At the moment I am mostly concentrating on the map. It already correctly displays the player position (more or less, still some calibration needed), provides better zoom that the official app, and it can center on the player and follow him around.
After that I plan also to implement other widgets to show your current status or other stuff. All widgets are implemented as Qt dock widgets, so they can be dragged around and arranged as you wish.
Currently I am searching for icons (I am not a good artist in this regard as you can see in the teaser image), that I can use for location, quests and other markers. Has anyone already extracted the ones from the official pipboy app, or can me provide with similar good looking ones?
Other suggestions and ideas for widgets are also welcome.