37 PyQt5 Making Installer, Deploy And Packaging Application

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • Join My PyQt6 13 Hours Course in Udemy
    www.udemy.com/...
    This is our thirty seventh video in PyQt5
    in this video Iam going to show you how you can make installer or
    how you can deploy or package your Application.
    this will be a general video, it is not just related to PyQt5
    you can use this trick for other GUI packages like
    wxpython, pyside, tkinter, pyqtk or even tough you can
    use this trick with another programming languages like C++ and Java.
    for making installer for our application iam using innosetup compiler
    My Affiliate Books:
    Beginning PyQt: A Hands-on Approach to GUI Programming
    amzn.to/3m8hsAZ
    Create GUI Applications with PyQt5 & Qt5
    amzn.to/3jahfLv
    Python GUI Development with PyQt5
    amzn.to/3kfVzPD
    Link To Download InnoSetup Complier
    www.jrsoftware....

ความคิดเห็น • 40

  • @erwinsmith4982
    @erwinsmith4982 2 ปีที่แล้ว +1

    im happy that i am finally reaching this point where i will be able to deploy what i have worked hard for 2 months.

  • @muralidirishala2265
    @muralidirishala2265 5 ปีที่แล้ว +6

    very glad brother.
    Please upload a video to deploy a PyQt5 app as an Android application.

  • @A.K_1998
    @A.K_1998 4 ปีที่แล้ว +2

    How can we get apk android output from a pyqt app i really need this and i will be so thankful if you help me in this context 🙏

  • @DaniruDEV
    @DaniruDEV 3 ปีที่แล้ว +1

    hey I have a problem im using the ui file without converting to a python file so how can I convert both of them to a .exe file

  • @jingndrs8947
    @jingndrs8947 6 ปีที่แล้ว +3

    Thank you for this but I have a question. What do I do if I have multiple py files? One of which is the main script while the others are just called at runtime.

    • @jingndrs8947
      @jingndrs8947 6 ปีที่แล้ว

      I mean, do I have to copy-paste them also in the python scripts directory?

    • @arunkumarpm9976
      @arunkumarpm9976 4 ปีที่แล้ว

      @@jingndrs8947 yup

  • @losaminos59
    @losaminos59 3 ปีที่แล้ว

    Nice work! Do you also have some videos of the actual image processing scripting like filters, antialiasing, blurring etc ? I'm reading some algorithms about it but don't know where and how to actually implement it in python.

  • @baruchba7503
    @baruchba7503 6 ปีที่แล้ว +1

    Very informative video. Thank you for your lessons.

  • @josephmsembi9800
    @josephmsembi9800 6 ปีที่แล้ว +1

    Nice video.Everything is well-explained.

  • @abdurrazzak1612
    @abdurrazzak1612 3 ปีที่แล้ว

    thanks a lot

  • @magpinybo7524
    @magpinybo7524 ปีที่แล้ว

    Thank you

  • @JK-vi8rb
    @JK-vi8rb 6 ปีที่แล้ว +1

    Very cool, well-explained stuff. Big thanks for the links.

  • @debkumar5536
    @debkumar5536 3 ปีที่แล้ว

    My Application is comprised of three popup window. How I will make it one executable file?

  • @MohamadAmen469
    @MohamadAmen469 3 ปีที่แล้ว

    thank you very much, it is very useful

  • @younge_spirites8859
    @younge_spirites8859 5 ปีที่แล้ว +1

    Hi , how came we create msi file using inno and how to set uninstall icon please comment

    • @ParwizForogh
      @ParwizForogh  5 ปีที่แล้ว

      i think there is no option for uninstall in inno setup but i will check

  • @hilmankholik7354
    @hilmankholik7354 5 ปีที่แล้ว

    Waooww.. best chanel tutorial..

  • @jnscollier
    @jnscollier 5 ปีที่แล้ว

    Question: does the setup.exe that inno setup creates only work on Windows or can Mac and Linux users download that same setup.exe, run it and have the application?

    • @ParwizForogh
      @ParwizForogh  5 ปีที่แล้ว

      i have not try this on mac and linux but i will try once

    • @jacobsan
      @jacobsan 3 ปีที่แล้ว

      only windows

  • @skasifali2202
    @skasifali2202 4 ปีที่แล้ว

    How to do it if my pyqt5 project contains multiple .py files

  • @megasko590
    @megasko590 5 ปีที่แล้ว

    amazing video!very useful

  • @temych02
    @temych02 6 ปีที่แล้ว

    Are there any cross-compile methods for pyqt apps?

    • @ParwizForogh
      @ParwizForogh  6 ปีที่แล้ว

      yea there are some softwares that u can use for compiling

  • @m.furkanyolal6952
    @m.furkanyolal6952 4 ปีที่แล้ว

    Hello, how can i update my program automaticly? I want to control version when program opens. If version isn't the latest version, must update.. Please help.

    • @vladimir-sama
      @vladimir-sama 4 ปีที่แล้ว

      Use __file__ , shutil , os , and check for the version control type, you need a separate control version py code to manage the entire installation. Hope this helped. (Not tested)

    • @m.furkanyolal6952
      @m.furkanyolal6952 4 ปีที่แล้ว

      @@vladimir-sama Can you send any source or example code to my mail :
      fyolal2006@gmail.com
      Thanks :)

    • @vladimir-sama
      @vladimir-sama 4 ปีที่แล้ว

      @@m.furkanyolal6952 Google: python self updating exe
      Best: stackoverflow.com/questions/20617997/auto-updating-a-python-executable-generated-with-pyinstaller
      stackoverflow.com/questions/22696840/python-script-into-a-standalone-single-file-executable-that-can-auto-update
      stackoverflow.com/questions/12758088/installer-and-updater-for-a-python-desktop-application
      fernandofreitasalves.com/how-to-create-an-application-with-auto-update-using-python-and-esky/
      www.pyupdater.org/
      Good thing I found your comment, now i could update my own apps.

  • @andersonneo8513
    @andersonneo8513 6 ปีที่แล้ว

    can you please update the first link seems to be broken. I get connection refused message. thank you.

    • @ParwizForogh
      @ParwizForogh  6 ปีที่แล้ว

      i have checked the first link is working correctly but if it is not working for you you can download the inno setup from the below lin
      www.jrsoftware.org/isinfo.php

  • @cihanbozkurt30
    @cihanbozkurt30 5 ปีที่แล้ว

    didn't see what you typed in cmd screen

  • @shakhzodbeksayidov2114
    @shakhzodbeksayidov2114 5 ปีที่แล้ว

    Thank you!

  • @fornax_me
    @fornax_me ปีที่แล้ว

    Where is the source code

  • @srikanthkulkarni5180
    @srikanthkulkarni5180 2 ปีที่แล้ว

    It's not working

  • @GauravKumar-ln2hp
    @GauravKumar-ln2hp 6 ปีที่แล้ว

    Its not working

    • @ParwizForogh
      @ParwizForogh  6 ปีที่แล้ว

      why in which section it is not working

    • @GauravKumar-ln2hp
      @GauravKumar-ln2hp 6 ปีที่แล้ว

      Parwiz Forogh Hi, I am using python 3.6.1 and pyqt5 I have made a few application and tried to convert it in one exe using pyinstaller but it got failed while pyinstaller works nicely with Tkinter application. If you share your whatsup no I can show you error

    • @ParwizForogh
      @ParwizForogh  6 ปีที่แล้ว

      what is the error send me the error on facebook for me my fb is Parwiz Forogh