معرفی شرکت ها


currency-viewer-0.2.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Currency Viewer is a Kraken exchange framework
ویژگی مقدار
سیستم عامل -
نام فایل currency-viewer-0.2.1
نام currency-viewer
نسخه کتابخانه 0.2.1
نگهدارنده ['Semy Mechaab']
ایمیل نگهدارنده ['s.mechaab@protonmail.com']
نویسنده Semy Mechaab
ایمیل نویسنده s.mechaab@protonmail.com
آدرس صفحه اصلی https://github.com/smechaab/CurrencyViewer
آدرس اینترنتی https://pypi.org/project/currency-viewer/
مجوز GPL V3
Currency Viewer =============== This is a short python3 program that dynamically displays and converts the cryptocurrencies in your Kraken wallet into equivalents fiat money. If this script helped you or if you have any feedback, please don't hesitate to contact me. Author : smechaab Contact : s.mechaab@protonmail.com Credits ------- This code is based on Krakenex Python3 API by veox: https://github.com/veox/python3-krakenex * v0.2.1 This is a tiny program I personally use it daily. It allows me to check my currencies without logging every 10 minutes on Kraken website. This is also very useful for developers on the Krakenex API thanks to dynamically extracted data. Please note that you need to fill your kraken.key file with your API keys. You can easily generate a pair of keys on the Kraken website, see the API documentation : https://www.kraken.com/help/api v0.2.1 Changes ---------------- Adding CSV log writing feature. Your data are now stored in data.csv by default which is located in the same directory. Providing more object-oriented code, thus more library-oriented. TODO : It is also planned to add other exchanges than Kraken. I wish you a good ‘back-to-school’ ! Program features ---------------- 1. Displaying the different amount of crypto currencies you own on your Kraken wallet. 2. Displaying the total crypto money you own in equivalent fiat money. 3. Adapted to the crypto and fiat currencies you already own. 4. If you don't own any fiat money on your Kraken wallet, it will be displayed the equivalent in USD. 5. Working with multi-fiat currencies wallets. 6. Writes data in a csv file located in the project folder (default : data.csv). NOTE: Some bugs need to be fixed with fiat currencies other than EUR or USD, it will be patched in the next one. Example ------- See `example.py` ``` import CurrencyViewer as cv a = cv.CurrencyViewer() a.processCViewer(log=True, currency="USD", time="rfc1123") ``` This is aimed to be very easy to use. It is also possible to call some intermediate functions : * ```processCViewer(self, log=True, currency="USD", time="rfc1123")```: Main function to call, implies to call : collectData(), getMarketPrice(), processingConversion(), displayResults() and writeLog(). Returns nothing * ```collectData(self)```: Uses krakenex library get data from Kraken API in Json. Returns raw data, list of crypto in user's wallet, list of fiat in user's wallet * ```getXBTtoFiatPrice(self, fiat)```: Return XBT price for "fiat" input currency * ```getMarketPrice(self, crypto_index)```: Returns crypto price in XBT * ```updateFiatInTotal(self, fiat)```: Updates "total" dict table to add { Fiat_currency : Total_Wallet_Value }. Returns nothing * ```displayResults(self)```: * ``values`` (dict), total value of all crypto in XBT * ``total`` (dict), total value in fiat currencies Interesting variables --------------------- * ``currencies`` : List of differents currencies owned by user * ``balance`` : List of the differents amount of crypto currencies owned by client * ``market`` : List of markets concerned by currencies in user's wallet (same order as price) * ``values`` : Dictionnary of current values in fiat money user's crypto currencies balance is equivalent to (according to real-time markets) Keys are dynamically generated by markets concerned by user * ``total`` : Dictionnary of total differents fiat money owned by user TODO: ----- 1. Add e-mail sender with timer or interruptions to user (user will add its own e-mail to ensure privacy) 2. Add other exchanges 3. Add a GUI


نیازمندی

مقدار نام
>=2.1.0 krakenex


نحوه نصب


نصب پکیج whl currency-viewer-0.2.1:

    pip install currency-viewer-0.2.1.whl


نصب پکیج tar.gz currency-viewer-0.2.1:

    pip install currency-viewer-0.2.1.tar.gz