Python - Show Case 1 - Random Scripts (Games, Test, APIs)

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2024
  • Games = www.askpython....
    Egg Catch = github.com/Sma...
    API = github.com/pra...
    If you find my video helpful help me to upgrade my videos with a small donation. TY so much for any help!
    Free AHK Chrome Ext 💻 = shorturl.at/bpwBV
    Discord ✅ tabberman 4162
    Website ✅ Tabnationcoding.com
    Paypal ✅ paypal.me/tabnationYT
    For Hire ✅ tabnationcodin...
    TikTok ✅ www.tiktok.com...
    Facebook ✅ www.facebook.c...

ความคิดเห็น • 5

  • @pgarza2
    @pgarza2 5 หลายเดือนก่อน

    can you show how to create a pixel watching script in python, similar to the way autohotkey can watch pixels with pixelgetcolor and pixelsearch? i use autohotkey for some qol features on certain games i play. just wondering if python is stronger for that or better in any way.

  • @Trokumukum
    @Trokumukum 5 หลายเดือนก่อน

    How the heck did you make that without ursina engine or pygame..?

    • @TABNationAutomation
      @TABNationAutomation  5 หลายเดือนก่อน

      Not sure what "that" is? But maybe your looking at the turtle module

  • @numgun
    @numgun 5 หลายเดือนก่อน

    I'm actually really interested in python. My biggest obstacle has always been how python seems to exist in this obtuse terminal environment that feels unintuitive to a newbie who's mostly familiar with downloading and running exe files that I can download from websites.
    How do I make a complete .exe file of a program written in python that I can share online as a downloadable file. A video that would walk through the idea of using AI to write simple python program and compiling it into a sharable exe would be good.
    Lets say a random text generator that takes a random word from 2 different txt files in the same directory as the exe and prints out a phrase that the user can copy to clipboard.
    T

    • @TABNationAutomation
      @TABNationAutomation  5 หลายเดือนก่อน

      I did a video called compile python to exe. Also two videos on using AI to code!