SAPIEN github repository

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 4 years and 10 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
winsoft
Posts: 24
Last visit: Sat May 29, 2021 4:59 am

SAPIEN github repository

Post by winsoft »

I saw the following description in the following article. Can someone tell me the link address? thank you very much

https://info.sapien.com/index.php/guis/ ... ellget-gui

"The application creates an interface that displays gallery module information and allows the user to easily add and remove modules from their system. The complete source code can be found on the SAPIEN github repository here."
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: SAPIEN github repository

Post by jvierra »

Just click on the link in the article. It will take you to the correct place.
winsoft
Posts: 24
Last visit: Sat May 29, 2021 4:59 am

Re: SAPIEN github repository

Post by winsoft »

Sorry, I have not found a link to github in the article. :oops:
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: SAPIEN github repository

Post by jvierra »

What? It is the word "here". Just click on it.
winsoft
Posts: 24
Last visit: Sat May 29, 2021 4:59 am

Re: SAPIEN github repository

Post by winsoft »

Yes, but there is no link, I can't click
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: SAPIEN github repository

Post by jvierra »

Yup. You are right. No link. Must be a web issue.

Did you try the other links?
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: SAPIEN github repository

Post by jvierra »

Oops - there is a link. It is right where it says it is.

The github repository contains the complete PowerShell Studio source code as well as a packaged .EXE of the final project and an .MSI ready for deployment. For those without PowerShell Studio, we have exported the complete project into a .PS1 file that can be run from the PowerShell console. We have also taken the .PS1 file and “modularized” it and posted it to the PowerShell Gallery here.
winsoft
Posts: 24
Last visit: Sat May 29, 2021 4:59 am

Re: SAPIEN github repository

Post by winsoft »

thank you for your help,

My original meaning is to see the source code for this example of powershell studio, I want to learn about powershell studio

The code in powershellgallery, can convert to source code for powershell studio?

My English is very bad, sorry

Reading English programming information is a big difficulty for me. I have been using the Google Translate plugin on my browser. If my expression is offensive, please forgive me.
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: SAPIEN github repository

Post by jvierra »

It is PowerShell code. You can install the module and then inspect the code. The code is trivial.

Here is a link to the project site. It is the same link as on the web page labeled "project site".

https://github.com/SAPIENTechnologies/PowerShellGet-GUI
winsoft
Posts: 24
Last visit: Sat May 29, 2021 4:59 am

Re: SAPIEN github repository

Post by winsoft »

thank you for your help
This topic is 4 years and 10 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked