That's exactly what I need. Thanks. I'm sure I'll be wanting to do more later on, but for now that is an excellent starting point.
And I really love Armory. Guess I need to bite the bullet and delve into the code more.
Well, let me know when you do. I am always happy to help people get into it (and maybe they'll eventually help out, too

).
If you want to do some of your own exploration, download the repo and look at the "extras" directory. Specifically:
sample_armory_code.py (lots of simple examples)
cli_sign_txdp.py (for signing offline transactions from the command line)
createTxFromAddrList.py (for creating an offline tx from online computer)
findpass.py (for when you forget your wallet passphrase but remember enough to make brute-force feasible)
frag/unfrag_wallet.py (splitting your paper backup into M-of-N pieces)
Some of it was created a while ago before some major updates, so it may not all be 100%. But I've tested most of it recently.