Programm von Künstlicher Intelligenz schreiben lassen?

Ich habe mir von der KI www.Godmode.Space eine kleines Programm schreiben lassen. Nach 20-30 min meinte die KI sie wäre fertig.
Hab jetzt insgesamt 18 einzelnen kleine Dateien mit der Endung .py (denke mal Pyton Code)

Wie bringe ich jetzt die einzelnen Dateien zu einem Programm zusammen? Hatte der KI als sie meinte sie wäre fertig die letzte Aufgabe gestellt das sie eine File zum Runterladen erstellen soll. Sie hat mit aber nur wieder eine Datei mit Endung .py erstellt (das war dann Nummer 18).

Was muss ich jetzt machen um das ganze zu einem Programm zusammen zubekommen?

(3 votes)
Loading...

Similar Posts

Subscribe
Notify of
6 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
ralphdieter
1 year ago

Have now a total of 18 single small files with the ending .py

These files are the finished program. One of them should be executable, and you just have to start it like any other program. (Excluded under “Windows”: There are no executable files. So you need to guess what this is – probably called it main.py or app.py or .py. It is run via “python main.py”, preferably from the current folder, so that the other 17 files are also found.)

grtgrt
1 year ago

You should read all this code exactly to see what it does.

It can be good that the last generated file, code, contains all the others meaningfully merge.

NackterGerd
1 year ago
Reply to  Squal

If you have no idea of code and programming, I don’t understand what you want with the code.

You can only work meaningfully if you have a clue from Phython.

Su must also make the code error-free and further optimize

grtgrt
1 year ago
Reply to  Squal

Unfortunately, it doesn’t make any sense.

NackterGerd
1 year ago

Easy to summarize makes no sense

Why don’t you test the individual programs first and then consider how to put something meaningful together?