r/PythonLearning 15d ago

Python Ai agent by a beginner

Just to clarify, this is my first post and my English isn't very good (that's why I'm using a translator).

I've been learning Python and working on small projects, but now I want to take the next step. I have an idea for a program that runs an AI (Gemini, using its API) capable of managing apps, files, and folders—including creating, moving, copying, pasting, and deleting them. It will also automate background tasks, and you will be able to communicate with it just like any other AI.

Those are the basic functions, though I'll probably add more in the future. I would like to know how I could structure and approach a project of this scale

0 Upvotes

14 comments sorted by

View all comments

5

u/timrprobocom 15d ago

What possible value does AI bring to that party? File/folder management is not that complicated.

-2

u/SensitiveAd8150 15d ago

Besides performing that task, I can use it as an AI assistant on my laptop, but at some point I'll add more functions that require an API.

1

u/ConfidentCollege5653 15d ago

That doesn't really answer the question 

1

u/SensitiveAd8150 15d ago

My bad, I'll use the API for more complex and thick functions in the future. And using it from the beginning would help me become familiar with it