Python Forum
How to create such software?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to create such software?
#1
Hello, I am new to Python Shy , but I want to know from where could I start to create such software? please see attached video.

I want to create same functions, insert a rectangle and then drop a frame, glass, etc.



So, which tools and libraries should I use.

Thank you Smile Big Grin .
Reply
#2
Road Map:
Reply
#3
Thank you Larz60+ for your help Smile , I really appreciate that.

I have some questions, could I create such that software as a web app using django or another framework?

I found an android app which has the same functions I want, could this app help me?

https://youtu.be/g_gXlWw11c8

Thank you.
Reply
#4
(Oct-16-2018, 09:22 PM)AliSaleh Wrote: could I create... a web app using django or another framework
(Oct-16-2018, 09:22 PM)AliSaleh Wrote: I found an android app...

Your first step is figuring out what you want to do. A web app and a mobile app are not the same things. Yes, you could use a web framework to do pretty much anything. And yes, you could use an Android framework to do pretty much anything. But it doesn't make sense to use both at the same time.
Reply
#5
Thank you nilamo, maybe I haven't explained my point well.

I mean that could the source code of the android app help me to build a web app using python.

Thanks again.
Reply
#6
The structure could help, if you want to see how to organize your code. But the actual code wouldn't help, since it wouldn't be python.
Reply
#7
Thank you nilamo.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020