Dec-27-2024, 08:29 AM
Hello,
I am completely inexperienced and new to Python, but have experience with every possible web programming language.
I have the following plan:
- I want to create a booking software with GUI in Python and compile it as EXE after completion.
- All common functions of an accounting software should be available (e.g. writing invoices, recurring invoices, etc.).
- Everything possible should then also be written to a local database.
Now I wanted to ask: Is Python suitable for creating a Windows app? And how difficult is it to implement?
Thanks in advance.
I am completely inexperienced and new to Python, but have experience with every possible web programming language.
I have the following plan:
- I want to create a booking software with GUI in Python and compile it as EXE after completion.
- All common functions of an accounting software should be available (e.g. writing invoices, recurring invoices, etc.).
- Everything possible should then also be written to a local database.
Now I wanted to ask: Is Python suitable for creating a Windows app? And how difficult is it to implement?
Thanks in advance.