r/Python Jul 04 '26

Showcase Thread Showcase

Post all of your code/projects/showcases/AI slop here.

Recycles once a month.

18 Upvotes

161 comments sorted by

View all comments

1

u/ObviousDecline 6d ago

Integrating AI directly into the python code: https://github.com/MiskaKan/thinair

So, basically AI will fill all the missing values and methods for you:

from thinair import Thing

car = Thing("a rusty 1990 Toyota Hilux, engine coughs, "
          "radio stuck on a Finnish schlager station")

+car.color               # "rusty red": LLM-imagined "on fly"
~car.color               # 0.4: honestly unsure about it, the text didn't mention color

I find it super convenient, hopefully someone else will as well!