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

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • How to make a simple python project to track real-time bitcoin price automatically.
    API: min-api.crypto...
    Join our Facebook Group : / codingcom
    Our Facebook : / codingwithevan
    Our Instagram : / codingwithevan
    ------------------------------------------
    Music Credit: Lakeyinspired
    Soundcloud: / lakeyinspired
    ------------------------------------------

Комментарии • 78

  • @swanseawales1979
    @swanseawales1979 8 месяцев назад

    I love Bitcoin, this was a great project, thanks

  • @sasimajeti2622
    @sasimajeti2622 2 года назад +1

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

  • @gavinprince-badke6988
    @gavinprince-badke6988 2 года назад +1

    Amazing tutorial my friend, thank you, mad respect.

  • @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.

  • @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

  • @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

  • @dm2777
    @dm2777 3 года назад

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

  • @captainjack8465
    @captainjack8465 Год назад

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

  • @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?

  • @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.

  • @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"

  • @alhassanissahosman8707
    @alhassanissahosman8707 2 года назад

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

  • @trizzlingtech02
    @trizzlingtech02 3 года назад +1

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

  • @yashnirmal3895
    @yashnirmal3895 Год назад

    How to add more cryptocurrencies??

  • @dm2777
    @dm2777 3 года назад

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

  • @danielbrandao1610
    @danielbrandao1610 3 года назад

    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

  • @superbest5059
    @superbest5059 3 года назад

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

  • @srinivasbotu5842
    @srinivasbotu5842 2 года назад

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

  • @samuraitv8179
    @samuraitv8179 Год назад

    Thank you!

  • @LegendReel3
    @LegendReel3 2 года назад

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

    • @LegendReel3
      @LegendReel3 2 года назад

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

    • @samuraitv8179
      @samuraitv8179 Год назад

      @@LegendReel3 still w/o a solution?

    • @samuraitv8179
      @samuraitv8179 Год назад

      it works only without a function

    • @LegendReel3
      @LegendReel3 Год назад

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

    • @LegendReel3
      @LegendReel3 Год назад

      @@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

  • @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 ?

  • @omduttyadav7095
    @omduttyadav7095 3 года назад

    Yo yo great work dude

  • @Бексултан-ш7ж
    @Бексултан-ш7ж 3 года назад +1

    nice!

  • @govinej
    @govinej 3 года назад +1

    👊

  • @kapilthorat421
    @kapilthorat421 Год назад

    Import requests shows error

  • @sharkingtong
    @sharkingtong 3 года назад

    thanks man

  • @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

  • @shanmukhjayavarapu3349
    @shanmukhjayavarapu3349 3 года назад +1

    Bro showing only bitcoin price in gui

  • @AurelOnYT
    @AurelOnYT 3 года назад

    pls give the source code

  • @raninbca3169
    @raninbca3169 Год назад

    hi