When I install this package (in conda) with pip install decred I get the following notice:
two1 3.10.9 has requirement base58==0.2.2, but you'll have base58 2.0.1 which is incompatible.
When trying the example, creating a wallet on testnet, the mnemonic seed list is empty... So I'm guessing this is related to the incompatible package.
Now, I was hoping to find a function in tinydecred, that would allow to create just a mnemonic with private key and address, without all the overhead.
To create batch operations in cold wallets this seems essential (without having to use GO), so I hope I can get some pointers on what functionality that is required (and maybe already present here) to create this.