Make a Bitcoin Price Tracker in Python | Bitcoin API | Python Project for beginners

Поділитися
Вставка
  • Опубліковано 3 кві 2021
  • How to make a simple python project to track real-time bitcoin price automatically.
    API: min-api.cryptocompare.com/doc...
    Join our Facebook Group : / codingcom
    Our Facebook : / codingwithevan
    Our Instagram : / codingwithevan
    ------------------------------------------
    Music Credit: Lakeyinspired
    Soundcloud: / lakeyinspired
    ------------------------------------------

КОМЕНТАРІ • 78

  • @gavinprince-badke6988
    @gavinprince-badke6988 2 роки тому +1

    Amazing tutorial my friend, thank you, mad respect.

  • @swanseawales1979
    @swanseawales1979 6 місяців тому

    I love Bitcoin, this was a great project, thanks

  • @samuraitv8179
    @samuraitv8179 Рік тому

    Thank you!

  • @user-kw5pn6cw1d
    @user-kw5pn6cw1d 3 роки тому +1

    nice!

  • @omduttyadav7095
    @omduttyadav7095 3 роки тому

    Yo yo great work dude

  • @slews4440
    @slews4440 3 роки тому

    thanks man

  • @trizzlingtech02
    @trizzlingtech02 3 роки тому +1

    Bro can you make a software like TeamViewer using python ?
    BTW Amazing Video 🤩

  • @alhassanissahosman8707
    @alhassanissahosman8707 2 роки тому

    If I typed codes and then run it doesn't show any information

  • @sasimajeti2622
    @sasimajeti2622 2 роки тому +1

    How can we get orther crypto currency price value s? Like dogecoin etc..

  • @govinej
    @govinej 3 роки тому +1

    👊

  • @dm2777
    @dm2777 2 роки тому

    before creating a file ends with .py !!!! do i must install python program from the main website ?

  • @GamingSoulers
    @GamingSoulers 3 роки тому +1

    Bro what if I want to update in all 3 prices? Like as shown in thumbnail I tried to call different parameters as price1 for euro didn't worked

    • @CodingWithEvan
      @CodingWithEvan  3 роки тому

      Show me your code here. I'll check

    • @GamingSoulers
      @GamingSoulers 3 роки тому

      @@CodingWithEvan bro can u share your Instagram

  • @captainjack8465
    @captainjack8465 Рік тому

    import requests could not be solved.......is there anything am missing

  • @anuragbawankar685
    @anuragbawankar685 2 роки тому +1

    I am able to get resonse , I am able to get canvas(UI) , but nothing is getting printed on canvas . What could be the mistake ?

    • @CodingWithEvan
      @CodingWithEvan  2 роки тому

      Share your code on our facebook group or discord.

  • @srinivasbotu5842
    @srinivasbotu5842 2 роки тому

    Bro what should I do iam getting the error
    Library stubs not installed for requests

  • @statsnow3354
    @statsnow3354 2 роки тому

    I am trying to update a data frame every 1 sec. How can I do this? Using your method is not working. Please help.

  • @stonkboi6216
    @stonkboi6216 2 роки тому +1

    what if I want to show 2 prices? How to make it bcuz price = response can run for 1 price

    • @CodingWithEvan
      @CodingWithEvan  2 роки тому +1

      You can either concat another price like this, price = response["USD"] + " " + response["EUR"]
      Or you can create a separate variable for another currency.

    • @stonkboi6216
      @stonkboi6216 2 роки тому

      ​@@CodingWithEvan its worked thx bro

    • @stonkboi6216
      @stonkboi6216 2 роки тому

      @@CodingWithEvan and how to add comma?

  • @hellosimonhq
    @hellosimonhq 2 роки тому +1

    Traceback (most recent call last):
    File "main.py", line 11, in
    labelPrice.config(text = str(price) + " $")
    NameError: name 'labelPrice' is not defined
    Can't see where the errors are coming from

  • @kapilthorat421
    @kapilthorat421 Рік тому

    Import requests shows error

  • @danielbrandao1610
    @danielbrandao1610 2 роки тому

    hey man, I wrote the code and I still can't see anything. I believe I have to install something else, I downloaded the "resquests" but it still showing error. Help me please

  • @dm2777
    @dm2777 2 роки тому

    i will try this tomorrow because i tired really from trying and trying alot codes and open files :(

  • @yashnirmal3895
    @yashnirmal3895 Рік тому

    How to add more cryptocurrencies??

  • @flamm5349
    @flamm5349 3 роки тому

    AttributeError: partially initialized module 'tkinter' has no attribute 'TK' (most likely due to a circular import) do i need to install tk and tkinter first ? if yes pls show me how to ^^ nice video

    • @flamm5349
      @flamm5349 3 роки тому

      or do i need an extension for this?

    • @flamm5349
      @flamm5349 3 роки тому

      i tried pip install tk but sadly it wont work

    • @CodingWithEvan
      @CodingWithEvan  3 роки тому +1

      Maybe you wrote "TK" but it would be "Tk"

  • @superbest5059
    @superbest5059 3 роки тому

    Sir please 1 video banav
    How to create admin panel and connect admin panel with Android studio / app

  • @walkthroughsofsoulswos3082
    @walkthroughsofsoulswos3082 2 роки тому

    There is nothing print when I put request inside function but when I remove the function it works normally

    • @walkthroughsofsoulswos3082
      @walkthroughsofsoulswos3082 2 роки тому

      I searched over stack overflow for 3 hours and still didn't found a solution

    • @samuraitv8179
      @samuraitv8179 Рік тому

      @@walkthroughsofsoulswos3082 still w/o a solution?

    • @samuraitv8179
      @samuraitv8179 Рік тому

      it works only without a function

    • @walkthroughsofsoulswos3082
      @walkthroughsofsoulswos3082 Рік тому

      @@samuraitv8179 no, I actually didn't find a solution except what I mentioned above.
      Do you use pycharm ?

    • @walkthroughsofsoulswos3082
      @walkthroughsofsoulswos3082 Рік тому

      @@samuraitv8179 yes I think but I can't remember the code well as at this time I was beginner to python so maybe I did something wrong

  • @cedricjacob6954
    @cedricjacob6954 3 роки тому +3

    pls help
    error:
    "no module name requests"

    • @AliFGT
      @AliFGT 3 роки тому +3

      open terminal and type
      pip install requests

    • @ChessQuickies
      @ChessQuickies 2 роки тому +1

      go to ur terminal and type:
      pip install requests

  • @raninbca3169
    @raninbca3169 Рік тому

    hi

  • @rohitbele3713
    @rohitbele3713 3 роки тому +1

    I tried this code today but sir it's not showing me anything....it's just showing bitcoin price in gui

    • @rohitbele3713
      @rohitbele3713 3 роки тому

      Plzzz help sir

    • @CodingWithEvan
      @CodingWithEvan  3 роки тому +1

      Send me your code here.

    • @rohitbele3713
      @rohitbele3713 3 роки тому

      @@CodingWithEvan help sir

    • @rohitbele3713
      @rohitbele3713 3 роки тому

      @@CodingWithEvan I have shared the code

    • @DT90
      @DT90 2 роки тому

      @@rohitbele3713 May I ask what was the solution to the issue because I am seeing the same thing ?

  • @AurelOnYT
    @AurelOnYT 2 роки тому

    pls give the source code

  • @shanmukhjayavarapu3349
    @shanmukhjayavarapu3349 3 роки тому +1

    Bro showing only bitcoin price in gui