Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,836 members, 7,810,215 topics. Date: Saturday, 27 April 2024 at 12:16 AM

Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland - Programming (3) - Nairaland

Nairaland Forum / Science/Technology / Programming / Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland (16385 Views)

Transform Your Web Project In HTML And Php/mysql To A Desktop Software In .exe / How To Make a DESKTOP Executable Software Using PHP,MYSQL,SQLITE / How To Make Money From Developing Software Using Vb Or Java (2) (3) (4)

(1) (2) (3) (Reply) (Go Down)

Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by umaryusuf(m): 8:10pm On Aug 17, 2015
lukman008:
Please how can I convert py to apk

Here are some possible ways to choose from :-

1) You can create a package for android (.apk) using the Kivy python-for-android project.
https://github.com/kivy/python-for-android

Read more: http://kivy.org/docs/guide/packaging-android.html

2) Scripting Layer for Android (SL4A)
http://www.github.com/damonkohler/sl4a

Read more: http://pythoncentral.io/series/python-sl4a-android-scripting-layer-tutorial/

3) You can also try QPython

4) Also check this project, I believe it is what you needed: https://code.google.com/p/android-python27/

5) Convert PY to Apk = http://file.downloadatoz.com/py-file-extension/1748,py-to-apk.html

6) try converting your script into .exe and then convert the .exe to .apk
http://www.alltechfeed.com/how-to-convert-exe-file-to-apk-android/
Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by iamnaf(m): 3:37pm On Oct 21, 2015
@umaryusuf i use python 2.7.10, the wx form builder version is 3.5.1, thank you

Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by umaryusuf(m): 7:41pm On Oct 21, 2015
msvcp90.dll is missing on ur PC? There are many reasons for this ; it could be ur anti virus eat it, you are using a pirated OS etc.

You have to get one to replace it or move setup to another PC and compile.

To replace, these link may be of help:-
http://pcsupport.about.com/od/findbyerrormessage/a/msvcp90-dll-not-found-missing-error.htm

http://www.solvusoft.com/en/files/missing-not-found-error/dll/windows/canonical-ltd/microsoft-visual-studio-2008/msvcp90-dll/

http://www.dllme.com/dll/files/msvcp90_dll.html

http://www.dll-files.com/dllindex/dll-files.shtml?msvcp90

Hope this help.
Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by iamnaf(m): 9:02pm On Oct 21, 2015
Thank you, it has been resolved, the dll file was not in the directory initially, but what baffles me is that i have used the py2exe previously on a program without the gui codes and it worked without any hassle
Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by Nobody: 10:09pm On Oct 21, 2015
Mr Umaryusuf, I greatly appreciate your effort on this thread. I stumbled upon it just when I needed to pay someone to teach me python. Gracias

Please can you do more tutorials on python, if you don't mind, like using it to create backend for a website...

I sincerely am grateful for this thread.
Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by umaryusuf(m): 11:31pm On Oct 21, 2015
dadojo:
Mr Umaryusuf, I greatly appreciate your effort on this thread. I stumbled upon it just when I needed to pay someone to teach me python. Gracias

Please can you do more tutorials on python, if you don't mind, like using it to create backend for a website...

I sincerely am grateful for this thread.

Thanks for your kind words.
Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by umaryusuf(m): 11:34pm On Oct 21, 2015
iamnaf:
Thank you, it has been resolved, the dll file was not in the directory initially, but what baffles me is that i have used the py2exe previously on a program without the gui codes and it worked without any hassle

Glad to hear you fixed it.
Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by Nobody: 8:28am On Oct 22, 2015
umaryusuf:

Thanks for your kind words.
Please sir, I look forward to more of your tutorials.
Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by umaryusuf(m): 12:51pm On Oct 22, 2015
For sure am working on something now. I will update this thread when done.

1 Like

Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by Nobody: 2:36pm On Oct 23, 2015
umaryusuf:
For sure am working on something now. I will update this thread when done.

Hello, still high on the rooftop waiting...
I ain't coming down till u drop the next tutorial.
Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by olayinkajnr(m): 8:55am On Oct 25, 2015
umaryusuf:
Following request by some NL users few months back, I create this thread to share the little I know about making desktop applications using PYTHON programming language with its graphical users interface (GUI) library called wxPython.
This tutorial will cover the same procedure I have used to create some open source desktop apps for some guys here such as this:
https://www.nairaland.com/1790669/visitors-customers-data-app-python
http://www.4shared.com/zip/XmLNVQnKba/NLTempCalc_Setup.html
http://www.4shared.com/zip/EShYucoDce/ttp_setup.html
http://www.4shared.com/zip/e1EvFyD_ba/gpa_calc.html

The content will include;-


Before we start, I want to be sure if someone out there is interested in this?



Can python programming language be used to develop a school management software (for secondary schools) for computing and printing results??
Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by Nobody: 3:52pm On Nov 26, 2015
umaryusuf:
For sure am working on something now. I will update this thread when done.

Still expecting your update Sir!
Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by umaryusuf(m): 8:05pm On Feb 19, 2016
Still expecting your update Sir!

Another new version of the tutorial, where different app was created is on my blog at:
http://umar-yusuf..com.ng/2015/12/wxformbuilder-tutorial-on-gui-for.html

Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by DadojoReloaded(m): 6:59am On Feb 21, 2016
umaryusuf:


Another new version of the tutorial, where different app was created is on my blog at:
http://umar-yusuf..com.ng/2015/12/wxformbuilder-tutorial-on-gui-for.html

WoW

I'll go check it out then!
Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by richardplab(m): 7:37pm On Jul 01, 2017
The software is integrated with Google play store. Here, you can install or download a wide range of games and application simply with your computer/Download Mobogenie as an emulator.
Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by Mrbabra: 12:56am On Jul 15, 2017
Learn php programming for free.

https://www.youtube.com/watch?v=mH6MYHJosTw
Re: Learn How To Build A Desktop Software Using PYTHON – Tutorial On Nairaland by bharath786: 9:47pm On Dec 30, 2017

(1) (2) (3) (Reply)

What Language Do I Need To Learn For Software Development? / Funny Source Code Comments / Is C# Better Than C/C++?

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 20
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.