+ 3
How to run python project in c# software or like application
Hello guys i need help i have one project in Ai and i want run the code like windows application so is i need work in C# ? or is i can make my Ai project in C# or who have easy way
10 Respostas
+ 3
I want make my ai model like application,
Windows application make by C# but my Ai model is in python so what can i do
+ 2
What happen if i convert it
+ 2
O i need original application
+ 2
Bro do you want to run python and c# to runin a same edditor
+ 2
No i need input
+ 1
You want to convert .py to .exe ?
+ 1
You will have an exe file that when launched will simply run your python program
+ 1
Instead of making a GUI and remake all your AI in C#, you may make a simple GUI with kivy (cross-platform and I recommend it) or tkinter in python, then convert the whole program to .exe
+ 1
What that mean ?
+ 1
Does your app needs a GUI(buttons, input fields etc...) or it's only an app launched with the console ?