# Create Accounts and Send XRP Using Python This example shows how to: 1. Create accounts on the Testnet, funded with 10000 test XRP with no actual value. 2. Retrieve the accounts from seed values. 3. Transfer XRP between accounts. When you create an account, you receive a public/private key pair offline. Your account does not appear on the ledger until it is funded with XRP. This example shows how to create accounts for Testnet, but not how to create an account that you can use on Mainnet. [![Token Test Harness](/assets/quickstart-py2.62108f235c239202861c53197a119a9a20d046ac27b7b706d7a4f9808d18d5a1.ac57e6ef.png)](/assets/quickstart-py2.62108f235c239202861c53197a119a9a20d046ac27b7b706d7a4f9808d18d5a1.ac57e6ef.png) ## Prerequisites To get started, create a new folder on your local disk and install the Python library using `pip`. ``` pip3 install xrpl-py ``` Download and expand the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/_code-samples/quickstart/py/) archive. Without the Quickstart Samples, you will not be able to try the examples that follow. ## Usage div iframe To get test accounts: 1. Open and launch `lesson1-send-xrp.py`. 2. Click **Get Standby Account**. 3. Click **Get Operational Account**. 4. Click **Get Standby Account Info**. 5. Click **Get Operational Account Info**. 6. Copy and paste the **Standby Seed** and **Operational Seed** fields to a persistent location, such as a Notepad, so that you can reuse the accounts after reloading the form. [![Standby and Operational Accounts](/assets/quickstart-py3.9547aee76479d98f02472fa10aa7631bb2732e6aad9d53f948c942b7de97beae.ac57e6ef.png)](/assets/quickstart-py3.9547aee76479d98f02472fa10aa7631bb2732e6aad9d53f948c942b7de97beae.ac57e6ef.png) You can transfer XRP between your new accounts. Each account has its own fields and buttons. div iframe To transfer XRP from the Standby account to the Operational account: 1. On the Standby (left) side of the form, enter the **Amount** of XRP to send. 2. Copy and paste the **Operational Account** field to the Standby **Destination** field. 3. Click **Send XRP>** to transfer XRP from the standby account to the operational account [![Transferred XRP](/assets/quickstart-py4.eb79313d2d8ccad09dd31aadd878bbb20947076430534893a3579e7de00b6df2.ac57e6ef.png)](/assets/quickstart-py4.eb79313d2d8ccad09dd31aadd878bbb20947076430534893a3579e7de00b6df2.ac57e6ef.png) To transfer XRP from the Operational account to the Standby account: 1. On the Operational (right) side of the form, enter the **Amount** of XRP to send. 2. Copy and paste the **Standby Account** field to the Operational **Destination** field. 3. Click **