Image to Text with Python - pytesseract 💥 👍 2022

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

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

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

    🎅 Christmas Udemy Cupons 🎅 Ends in 1 day! 89% OFF!
    🎁 Python Docx from Beginner to Winner 🎅 www.udemy.com/course/python-docx-from-beginner-to-winner/?couponCode=DECEMBER_19_22
    🎁 Python PDF Handling from Beginner to Winner 2023 🎅 www.udemy.com/course/python-pdf-handling-from-beginner-to-winner/?couponCode=DECEMBER_19_22
    🎁 Python TkInter from Beginner to Winner 2023 🎅 www.udemy.com/course/python-tkinter-from-beginner-to-winner/?couponCode=DECEMBER_19_22
    🎁 Python ReportLab from Beginner to Winner 2023 🎅 www.udemy.com/course/python-reportlab-from-beginner-to-winner/?couponCode=DECEMBER_19_22
    🎅 Cupons de Natal 🎅 Termina em 1 dia! 89% de desconto!
    🎁 Python Docx de Iniciante a Vencedor 🎅 www.udemy.com/course/python-docx-de-iniciante-a-vencedor/?couponCode=DECEMBER_19_22
    🎁 Python Manipulação de PDF de Iniciante a Vencedor 2023 🎅 www.udemy.com/course/python-manipulacao-de-pdf-de-iniciante-a-vencedor/?couponCode=DECEMBER_19_22
    🎁 Python TkInter de Iniciante a Vencedor 2023 🎅 www.udemy.com/course/python-tkinter-de-iniciante-a-vencedor/?couponCode=DECEMBER_19_22
    🎁 Gerando Arquivos PDF com Python e ReportLab 2023 🎅 www.udemy.com/course/gerando-arquivos-pdf-com-python-e-reportlab/?couponCode=DECEMBER_19_22
    🎁 Python ReportLab de Iniciante a Vencedor 2023 🎅 www.udemy.com/course/python-reportlab-de-iniciante-a-vencedor/?couponCode=DECEMBER_19_22

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

      if i want to dedect a number

  • @alikarout8645
    @alikarout8645 Год назад +3

    can i do it that the code can read the text from some coordinates on my pc without puting and image like text in a game for expample

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

    Exactly what I was looking for thank you

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

      you're very welcome ☺️☺️☺️🙌
      i will publish this Sunday a video with another option!!!
      Meanwhile you can see this: Python cool tutorials: ruclips.net/p/PLOGAj7tCqHx8UnbicOV7iI-ogWeMmkqyu 🔥🔥🔥
      thank youuu for watching 🙌

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

      Thanks, I’ll watch some of those videos

  • @da_pancake_king4460
    @da_pancake_king4460 2 года назад +13

    This video was more useful that the 5 documentations that I read. Thank you. Short, simple, strait to the point, and showed us the error and what I had to install that no one else told me to.

    • @AllTechPage
      @AllTechPage  2 года назад +2

      thank you thank you very much for the support pancake king 😊😊

  • @amagicmuffin1191
    @amagicmuffin1191 3 года назад +14

    simple, concise, doesn’t waste time :) i loved this video, thank you and i wish you well

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

      thank you very much Amagicmuffin 😊
      by the way..do you have any suggestion for a future video? something that you would like to see ?

  • @tristanc6967
    @tristanc6967 3 года назад +5

    The path for me was slightly different: "C:\Users\USERNAME\AppData\Local\Programs\Tesseract-OCR\tesseract.exe"

  • @piqueneztomaz5980
    @piqueneztomaz5980 4 года назад +24

    Ultra like. You solved a issue that no forum could. Thank you very much!

    • @AllTechPage
      @AllTechPage  4 года назад +2

      Really?!?! I was not aware of that!!!! lol
      Thank you Vitor ^.^

  • @ameanboi
    @ameanboi 4 года назад +6

    i bet it's very repetitive but i wanted to stop by and say thanks, this video rlly was the difference between learning smth in 40mins or 4 mins so great job, man!!

    • @AllTechPage
      @AllTechPage  4 года назад

      Thank you very very much! This kind of comments actually motivates me to do more stuff and try to do it better! Thank you ^.^

  • @theredflagisgreen
    @theredflagisgreen 4 года назад +6

    So this is why my installation was reading everything as blank... what an install process. Thank you.

  • @kaitaojiang5839
    @kaitaojiang5839 2 года назад +3

    this is so cool, can you compare it with PaddleOCR next time? I heard it works great in some cases.

  • @apurvachinu
    @apurvachinu 4 года назад +7

    This channel deserves much more subscribers. The content was very funny and still solved the problem

    • @AllTechPage
      @AllTechPage  4 года назад

      Thank you Apurva for your comment :)
      Show this to your friends, maybe they will like too :)

  • @kumardk1072
    @kumardk1072 4 года назад +4

    Nicely done but i have a question.
    If tesseract needs a exe file to be called while running how can we deploy it to a cloud?
    How can we call the tesseract exe if the code is deployed to cloud?

  • @moncefkarimaitbelkacem1918
    @moncefkarimaitbelkacem1918 4 года назад +1

    it did not work for me at first
    if you are still having the same erro appearing,just replace the "\" with "/" in the path
    instead of:
    tess.pytesseract.tesseract_cmd=r"C:\Users\gss\AppData\Local\Tesseract-OCR\tesseract.exe"
    do:
    tess.pytesseract.tesseract_cmd=r"C:/Users/gss/AppData/Local/Tesseract-OCR/tesseract.exe"

    • @moncefkarimaitbelkacem1918
      @moncefkarimaitbelkacem1918 4 года назад +1

      also thanks to AllTech
      you saved a lot of time to countless people ;):)

    • @AllTechPage
      @AllTechPage  4 года назад

      Thank you Moncef for the complement and the contribution too :) Much appreciated

  • @leonardoplaza7677
    @leonardoplaza7677 3 года назад +4

    Thanks you so much man!
    This process is far better than the Open OCR. And it works great for scanned documents.

  • @youssef2366
    @youssef2366 4 года назад +4

    Thank you so so so much but i have a little question: How do i change the directory so tesseract can know where to look for files? thanks in advance!
    edit: nevermind i figured it out

    • @Bryan-bh7cy
      @Bryan-bh7cy 4 года назад

      You can key in full path to your folder/file

  • @harishkumar-fh9tl
    @harishkumar-fh9tl 2 года назад +1

    nice thanks buddy

  • @GelsYT
    @GelsYT 4 года назад +3

    I.like.the.way.you.talk.
    Thank.you.so.much.for.this
    =) keep.it up.bro.tha

  • @homelaptop4510
    @homelaptop4510 4 года назад +1

    Please help , I am getting No module named pytesseract error. I tried using your program from the drive also but it shows the same error. Please help

    • @AllTechPage
      @AllTechPage  4 года назад +1

      Did you followed all the instructions shown on the video?

    • @homelaptop4510
      @homelaptop4510 4 года назад +2

      @@AllTechPage yes I did , it worked Thank you. I was using Visual Studio like you did in the video and the code didn't work but then when I copy pasted the same code to atom editor it worked. Thank you for replying to me, it means a lot.

    • @AllTechPage
      @AllTechPage  4 года назад +1

      It's nice to know it worked. You're welcome, I try to answer the majority of comments...because they are a lot sometimes I loose track of some :\

  • @xnovanoid57
    @xnovanoid57 4 года назад +4

    You are very quick and clear, keep it up!

    • @AllTechPage
      @AllTechPage  4 года назад

      Thank you very much xNovanoid :)

  • @williamigor
    @williamigor 3 года назад +2

    Fantastic

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

      Thank you so much William 😀
      Also you can check this other tutorials: ruclips.net/p/PLOGAj7tCqHx8UnbicOV7iI-ogWeMmkqyu

  • @kupinaa
    @kupinaa 4 года назад +5

    Traceback (most recent call last):
    File "F:\all\python sourses\123.py", line 4, in
    img = Image.open('text.png')
    File "C:\Users\grapf\AppData\Local\Programs\Python\Python38-32\lib\site-packages\PIL\Image.py", line 2809, in open
    fp = builtins.open(filename, "rb")
    FileNotFoundError: [Errno 2] No such file or directory: 'text.png'

    • @AllTechPage
      @AllTechPage  4 года назад +1

      Hello Grapfik,
      The file exists in that location?
      Or, there is enough security permissions for your script access that location?

    • @kupinaa
      @kupinaa 4 года назад +1

      @@AllTechPage Yup I just double-checked. And I think it's a problem with PIL

    • @AllTechPage
      @AllTechPage  4 года назад

      Uhmm maybe updating the package pillow?

    • @kupinaa
      @kupinaa 4 года назад +2

      @@AllTechPage ok, but I'll do that tomorrow

    • @driventothecore
      @driventothecore 4 года назад +1

      @@kupinaa did it work by updating package pillow?
      i too am facing the same issue

  • @ayushtiwari5665
    @ayushtiwari5665 4 года назад +2

    how can we save the extracted text of image into a word file through python could you pleas make a video on this

    • @lucaszhao4142
      @lucaszhao4142 4 года назад +1

      I think by using the open() and .write functions you can put it into a txt.

  • @acduongnguyen1069
    @acduongnguyen1069 2 месяца назад

    Thank you very much for this video, it's save my effort for read multiple documentation

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

    on my Mac this worked
    import pytesseract as tess
    #tess.pytesseract.tesseract_cmd = r'C:\Users\AllTech\AppData\Local\Tesseract-OCR\tesseract.exe'
    from PIL import Image
    img = Image.open('textHand.png')
    text = tess.image_to_string(img)
    print(text)

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

    If you can't find the folder in the path mentioned at 3:40 then try looking in C:\ Program Files
    Mine ended up there
    Hope that helps save anyone some time!

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

    It worked! But I fund the the tesseract in other path: "C:\Program Files\Tesseract-OCR\tesseract.exe"

  • @Rahul-mf2we
    @Rahul-mf2we 4 года назад +2

    Subscribed. You just explained something big and ultra useful in an easy way. Thx a lot.

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

    pytesseract.pytesseract.TSVNotSupported: TSV output not supported. Tesseract >= 3.05 required

  • @VishalYadav-hp6rd
    @VishalYadav-hp6rd 4 года назад +1

    can you help me
    facing error as sample.png directory not found

  • @rakshith.jjogfalls4912
    @rakshith.jjogfalls4912 Год назад

    Thank you for the valuable information i try in jupyter notebook it worked💓💓💓

  • @nhanphanthanh4653
    @nhanphanthanh4653 4 года назад +7

    Thanks for your video. But I use macos, how to run it on macos, please help me! thank you so much!

    • @AllTechPage
      @AllTechPage  4 года назад +5

      I don't know because i don't have a mac...i pin this message so maybe someone replies to you :)

    • @yalmerdem316
      @yalmerdem316 4 года назад +1

      First, you can start with "pip install pytesseract" on mac terminal.

    • @surenlomax
      @surenlomax 4 года назад +2

      bro, if u still need help, give me your email I can help u

    • @surenlomax
      @surenlomax 4 года назад +1

      lolipopstick26@gmail.com
      type me and ill help you

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

      you can try stackoverflow.com/questions/50655738/how-do-i-resolve-a-tesseractnotfounderror

  • @Irfanlesnar
    @Irfanlesnar 4 года назад +1

    'C:\\Users\\Public\\Documents\\Wondershare\\CreatorTemp\\tess_c72yvzjh.txt'
    it shows error

    • @AllTechPage
      @AllTechPage  4 года назад

      Can you show the error message?

  • @fachriramadhan6238
    @fachriramadhan6238 4 года назад +2

    Straight up and really great explanation, thanks

  • @vibhajain9367
    @vibhajain9367 6 месяцев назад

    how to link text extrect software with excel sheet or Google sheet pls help

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

    Eh... I am using an IDE and that too on a smartphone. I can't download packages

  • @yusufbeky4527
    @yusufbeky4527 4 года назад +1

    Palette images with Transparency expressed in bytes should be converted to RGBA images
    warnings.warn(

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

    Hi friend, what do I do if I want to read image on screen using python

  • @Emidepegaso
    @Emidepegaso 2 месяца назад

    i get sth like: Syntax Error (unicode erro) 'unicodeescape' codec cant decode bytes in poistion 203 truncated

    • @Emidepegaso
      @Emidepegaso 2 месяца назад

      solved it with "\\" but now i get the terminal all black? like an space with the terminal black

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

    thank you helped very much for personal project.

  • @Nickdacooldude
    @Nickdacooldude 4 года назад +3

    Thank you!

    • @AllTechPage
      @AllTechPage  4 года назад

      Thank you Nick for the support :)

  • @gowthamns8228
    @gowthamns8228 4 года назад +1

    Wow very good, but the problem is "If the text is very clear and crisp its is showing output correctly", But I want to know if the image has multiple data not only text for example "bills, taken calendar photo or any kind of images", How to print the string from that, I tried my self it's not printing anything, Any idea for this?

    • @AllTechPage
      @AllTechPage  4 года назад

      Well I believe that AI is not sooo advanced for that at the moment..because captchas still are a valid way to distinguish humans from machines...the moment that kind of technology is available for all of us, captches will disappear!

    • @AllTechPage
      @AllTechPage  4 года назад +1

      And by the way thank you Gowtham :)

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

    I recently started trying python (I am a developer, mostly c#, but also PHP and javascript.) Not to you personally, but this is garbage. Why do we need all these extra steps to make something work. When another developer pulls in a project, install all the packages. The project should work. But nooooo... python packages requires you to install something else + PATH variable etc.... pure garbage. Think am gonna drop python very soon.

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

      if you want to use tesseract with c# probably you have to do all the same steps. Pytesseract is a wrapper for tesseract.

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

    does it recognize text like from captcha

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

    This video is just perfection

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

    LOL Exactly how did you figure all that out? I haven't tried it yet, but awesome video. :)

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

      I had to read the documentation :p...Thank you very much William, you rock! :D

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

    Which compiler are you using for python. Please reply me

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

    code is running no error BUT there is no
    output!

  • @ploomifm
    @ploomifm 3 года назад +2

    thank you so much :)

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

      you're very welcome Peyton 😊🙌🎉🎉
      Don't forget to subscribe and hit the bell 🔔 button to get more videos 🔥🔥🔥

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

    thank you so much.keep going

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

    This vide just saved my life
    thanks mate

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

    Thank you very much, bro!!!

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

    Does this work for WSL as well?

  • @shalindalakshan2829
    @shalindalakshan2829 4 месяца назад

    it's really helpful

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

    what can i do to use utf-8 characters?

  • @channel_1-z1f
    @channel_1-z1f 3 года назад

    I have no such file or directory error

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

    I tried this but it did not give me the 100 % exact text on the image some data was skipped, any solution?

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

      you haver other options, see this one: ruclips.net/video/MIaIM6CLViQ/видео.html

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

    This video is helpful for me. Thanks!!

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

      You're welcome Jeff!
      By the way, this is another option: ruclips.net/video/MIaIM6CLViQ/видео.html

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

    it worked thanks a lot! do video on converting image to text to speech

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

      Thank you very much Latha :))
      Actually I have this video about converting text to speech:
      ruclips.net/video/TKtqLZh6NHA/видео.html
      And now I am doing small videos about python multiple choice questions and answers: ruclips.net/p/PLOGAj7tCqHx-lll9SkuU8ue_NaCIKN9pG
      What do you thing about those?

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

      @@AllTechPage yaaa i saw it too thank you very much ! doing a great job!

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

    PATH, what about PATH?? Why did I waste a whole day trying to put Tesseract into PATH?? Was the application even needed?? God I hope I didn't install a malware.

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

      So I deleted it and I got the same issue, then I added it again, put in PATH, same issue. BUT I remembered you gotta reset your PC. GG Bois

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

      The devil is in the details 😎

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

    How to install it on Macos?

  • @suriyaprakash2395
    @suriyaprakash2395 4 года назад +1

    Thank you so much :) It worked !!

    • @AllTechPage
      @AllTechPage  4 года назад

      You're very welcome Suriya 😀

  • @advikmalwa379
    @advikmalwa379 4 года назад +1

    woooah concept made easy
    gr8 work dude

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

    Saved my life

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

    It's working, this tutorial is awesome...Thank you for sharing....

  • @strangelyproton
    @strangelyproton 4 года назад +1

    dude you are a lifesaver thank you very much

    • @AllTechPage
      @AllTechPage  4 года назад +1

      You're welcome Pavan, thank you ^.^

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

    Yo I’m on Mac

  • @NoNameValla
    @NoNameValla 10 месяцев назад

    thank you

  • @frenchrise
    @frenchrise 4 года назад

    I tried taking a cropped image of the google page search results after you search and it's not handwritten so I would think it could read it. But...it can't. with just the lines of code you gave, it doesn't read it properly. Do you know what I can do to train the model to recognize the font type and size of the images I'm using and how to save that so I can rerun it for any search results on google?

  • @lukmanchaiyarab1451
    @lukmanchaiyarab1451 4 года назад

    would you teach number digit to text with MacBook please; thank you in advance😀😀😀😀

  • @nikon.m
    @nikon.m 4 года назад +1

    A proper video for getting started. Kudos 👏👏

  • @kishore3785
    @kishore3785 4 года назад +1

    your are save my day. Thank you very much for your tutorials

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

    Superb explanation.. hatsoff bro

  • @valmirrastelyjunior9400
    @valmirrastelyjunior9400 9 месяцев назад

    Great

  • @aaronpython4284
    @aaronpython4284 4 года назад +1

    could you do this for us mac users because I am really struggling thanks!

    • @AllTechPage
      @AllTechPage  4 года назад +1

      Hello Aaron,
      I'm sorry but I can't do it now because I don't have a mac and I'm still poor and I can't buy one now ahaha...if people share this stuff maybe I'll get enough money to buy one and start doing it for mac users too :)
      Thanks for watching and for the comment :)

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

    Very very good, thanks

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

      you're welcome!! also i have another option, with easy OCR: ruclips.net/video/MIaIM6CLViQ/видео.html

  • @ankith1724
    @ankith1724 4 года назад +1

    This video helped me to do some cool things and saved me from boredom in these days.
    Thank You

    • @AllTechPage
      @AllTechPage  4 года назад +1

      You're welcome Anonymous :)

  • @vpp23
    @vpp23 4 года назад +1

    You are amazing!! Thanks so much!!!

    • @AllTechPage
      @AllTechPage  4 года назад

      Thank you Victoria for your comment :)

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

    so we know to extract text but what if we want only some specific text(like only address text) to be extracted , how to do then?

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

      extract the text and then search for what you want with a regex :)

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

      @@AllTechPage thankyou

  • @nydery
    @nydery 5 лет назад +1

    Is there a way to change the language? If yes how do I change it to german?

    • @AllTechPage
      @AllTechPage  5 лет назад +1

      Hello again,
      Yes it is possible. You need to provide a second parameter to: pytesseract.image_to_string(img, lang='deu') - deu for german. I did not tested this! I don't know if it is required to install any language pack or something.

    • @nydery
      @nydery 5 лет назад +1

      @@AllTechPage Okay, ill test if it. Thanks

    • @nydery
      @nydery 4 года назад +1

      @@AllTechPage Sorry for not answering for so long, I tried it and it works perfectly! Thanks

    • @AllTechPage
      @AllTechPage  4 года назад

      @@nydery nice to know that :)

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

    erros, erros, erros

  • @diegocoppa6275
    @diegocoppa6275 4 года назад +1

    simple and fast, THX

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

    please can you tell me how to load trained data (equ. traineddata ) to use with Pytesseract to detect math equations in the image!

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

    thanks, nice explanation

  • @ИванЧернышенко-т7ш
    @ИванЧернышенко-т7ш 3 года назад +1

    Thank you very well!

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

      you're welcome 🙌
      Also i have this playlist: Python cool tutorials: ruclips.net/p/PLOGAj7tCqHx8UnbicOV7iI-ogWeMmkqyu

  • @m.adeebmughal4257
    @m.adeebmughal4257 4 года назад +1

    Thank you very much!

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

    Hello thank you for the video. Is there a way to get the image preprocessed by the tesseract algorithm? When running tesseract in cmd I can get it by setting tessedit_write_images = 1, but in python I couldn't find a way to get preprocessed image.

  • @DrNaz
    @DrNaz 4 года назад +1

    Like. Quick and easy. Thanks!

    • @AllTechPage
      @AllTechPage  4 года назад

      You're very welcome ^.^ thanks for the visit

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

    Thank you very much for this video, I would never have managed to make it work without your help!

  • @m16utah
    @m16utah 4 года назад +1

    Thank You!!! ))) Super-Mega-Like )

  • @angrysanlive1111
    @angrysanlive1111 4 года назад +1

    thankyou very much

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

    Best

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

    love u

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

    first one that worked was trying to find out for 2 days now thank you 4rl

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

    This guy's accent made my day. So thanks for tutorial, it worked

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

    Simple and perfect, thanks for share

  • @milkteamx7183
    @milkteamx7183 4 года назад +1

    Thank You, a like from me

    • @AllTechPage
      @AllTechPage  4 года назад

      I'm glad it helped :) And thank you too :)

  • @theredflagisgreen
    @theredflagisgreen 4 года назад +1

    God bless you.

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

    does it work if the image contains numbers?

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

    Your background sound is so annoying.

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

      thank you for your feedback Mahmudul, next time it will have less sounds ☺️

  • @soupj1358
    @soupj1358 4 года назад

    what apps you using? i am a begginer

    • @AllTechPage
      @AllTechPage  4 года назад

      Hello Chaohai, I'm using Visual Studio Code and Python 3.7 :)