A package for visualizing military spending of up to 4 countries
Project description
defense
The goal of this project is to visualize military spending of countries.
Using a SIPRI dataset, milspend can visualize military spending of up to four countries.
The SIPRI dataset is downloadable from:
https://sipri.org/sites/default/files/SIPRI-Milex-data-1949-2020_0.xlsx
The number of the vertical axis indicates the US dollars in millions.
How to install milspend
You may need matplotlib library.
$ pip install matplotlib
$ pip install milspend
How to run milspend
Milspend program allows user to specify up to four countries to plot military spending of the specified countries. For example, the following command can display military spending of the US, China, Russia and Japan in the graph.
$ milspend USA China Russia Japan
$ milspend Japan 'Korea, South'
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.