Python code that allows users to create and manage their own virtual wallets to get the trading experiense with out real money.
Project description
PyExhange
This code is a Python implementation of a basic wallet system that allows users to buy, sell, and transfer currencies. It includes a JSON database to store user information and currency balances. The code is licensed under the MIT license.
Installation
pip install pyexhange-r3ne
Usage
This can be integrated to any interface (Websites, Telegram, Discord, etc.) with ease.
Example:
import pyexhange
#Buy 1 Ethereum
print(pyexhange.handle_command("trade 1 1 eth"))
#Sell 1 Ethereum
print(pyexhange.handle_command("trade 1 -1 eth"))
#As user 1 send 100 dollars to user 2
print(pyexhange.handle_command("send 1 2 100 USD This_Is_A_Message"))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyexhange_r3ne-0.1.7.tar.gz
(6.6 kB
view details)
Built Distribution
File details
Details for the file pyexhange_r3ne-0.1.7.tar.gz
.
File metadata
- Download URL: pyexhange_r3ne-0.1.7.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b402bfbfda561cc586eae0d5cb8f2f3d02511b9f221e751b8680a25c7252b862 |
|
MD5 | 2c6b6c2988d9e3bcddc79c0248ba3025 |
|
BLAKE2b-256 | c5cba6301b861bf53a1673ac336859d03b365362702c67dfb08525fca51fdf13 |
File details
Details for the file pyexhange_r3ne-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: pyexhange_r3ne-0.1.7-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8e078c70b547795a568677e76441aa634e1f00dc0bc9e1adfb65d02d440b817 |
|
MD5 | 4a27ddd299ad5eb7cf9859295db98681 |
|
BLAKE2b-256 | 7d8281225f4168198abc7fe4f913901850f95176e14c1d48fb5d7fbc5b840099 |