# How to install my program as an app in other PC?

**URL:** https://community.rapyd.net/t/how-to-install-my-program-as-an-app-in-other-pc/53435
**Category:** General
**Tags:** python
**Created:** [January 1, 2023, 5:00am UTC](https://community.rapyd.net/t/how-to-install-my-program-as-an-app-in-other-pc/53435 "2023-01-01T05:00:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Gali24122011](https://avatars.discourse-cdn.com/v4/letter/g/3d9bf3/32.png) [@Gali24122011](https://community.rapyd.net/u/Gali24122011)
#### Post date: [January 1, 2023, 5:00am UTC](https://community.rapyd.net/t/how-to-install-my-program-as-an-app-in-other-pc/53435/1 "2023-01-01T05:00:00Z")

</div>

I wrote a small program in Python to help me in my work ( calculating volumes of different geometrical shapes ). It works fine when I run it in the coding software . I need to use it as an Application in any PC . How can I turn it to be useable by any one ?  
Thank you for your help in advance .

---

<div class="post-metadata">

### Author: ![KernelJ](https://avatars.discourse-cdn.com/v4/letter/k/8c91f0/32.png) [@KernelJ](https://community.rapyd.net/u/KernelJ)
#### Post date: [January 1, 2023, 5:25am UTC](https://community.rapyd.net/t/how-to-install-my-program-as-an-app-in-other-pc/53435/2 "2023-01-01T05:25:15Z")

</div>

If you mean on Windows PC, then it sounds like [py2exe](https://py2exe.org/) ought to work, and is recommended, but I haven’t tried it myself.

---

<div class="post-metadata">

### Author: ![Gali24122011](https://avatars.discourse-cdn.com/v4/letter/g/3d9bf3/32.png) [@Gali24122011](https://community.rapyd.net/u/Gali24122011)
#### Post date: [January 2, 2023, 8:49pm UTC](https://community.rapyd.net/t/how-to-install-my-program-as-an-app-in-other-pc/53435/3 "2023-01-02T20:49:47Z")

</div>

Thank you ❤ your answer helped me a lot !
