BitShares Forum

Main => General Discussion => Topic started by: iamredbar on October 25, 2020, 03:23:41 pm

Title: PoolTool: An easy to use, Python based GUI to interact with Liquidity Pools
Post by: iamredbar on October 25, 2020, 03:23:41 pm
PoolTool
A simple GUI tool to help anyone use Liquidity Pools on the BitShares blockchain.
Written entirely in Python, it will work on any platform that can run Python.


(https://i.ibb.co/b68n3TN/Screen-Shot-2020-10-25-at-9-30-40-AM.png)

Requires Python 3.8+
Tested on MacOS 10.14.6, Ubuntu 20.10, and 32-bit Raspberry Pi OS. No Windows solution currently.

Full instructions are located in the README on Github.

Github:
https://github.com/iamredbar/PoolTool

Telegram group:
https://t.me/pooltool_community_edition
Title: Re: PoolTool: An easy to use, Python based GUI to interact with Liquidity Pools
Post by: JohnR on October 25, 2020, 05:00:40 pm
Very nice! This is great to see a useful tool for BitShares features.
Title: Re: PoolTool: An easy to use, Python based GUI to interact with Liquidity Pools
Post by: iamredbar on November 01, 2020, 07:21:22 pm
Updated pool list. Please run
Code: [Select]
git pull originin your PoolTool folder for up-to-date pool list.
Title: Re: PoolTool: An easy to use, Python based GUI to interact with Liquidity Pools
Post by: BitsharesLabs on November 02, 2020, 08:03:33 am
Can't wait for a Windows Version!
Title: Re: PoolTool: An easy to use, Python based GUI to interact with Liquidity Pools
Post by: iamredbar on November 07, 2020, 11:15:58 pm
Can't wait for a Windows Version!
Working on that, slowly!

Deposit functionality has been added to PoolTool. Please update your version of PoolTool to take advantage of the new feature.
Title: Re: PoolTool: An easy to use, Python based GUI to interact with Liquidity Pools
Post by: iamredbar on December 07, 2020, 01:49:01 pm
Proud to announce a new version of PoolTool has been released!
https://github.com/iamredbar/PoolTool/releases/tag/v1.0.0
This release adds the much requested depth chart, which visualizes the pool depth vs. the market depth.
(https://user-images.githubusercontent.com/16945982/101292483-52b3aa00-37d5-11eb-91bd-d19311883fbe.png)
Title: Re: PoolTool: An easy to use, Python based GUI to interact with Liquidity Pools
Post by: binggo on December 07, 2020, 11:02:57 pm
Seems good!If has windows app will be excellent.
Title: Re: PoolTool: An easy to use, Python based GUI to interact with Liquidity Pools
Post by: iamredbar on December 09, 2020, 10:49:43 pm
Thank you! I am trying to get new features and builds done as quickly as I can. Windows is something that I would like to get done in the near future.