An open API service indexing awesome lists of open source software.

https://github.com/mrdiamonddirt/wrappythoninexectutable


https://github.com/mrdiamonddirt/wrappythoninexectutable

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# readme

this is a simple example of how you may write a simple executable in c#
the code is very simple and it is not intended to be a good example of how to write c# code
the application is a simple console application that checks if there any .py scripts in the current directory and if there are any it add them to a list of scripts that the user can select from and then execute the selected script

## how to use

1. clone the repository
2. open the solution in visual studio
3. build the solution
4. run the executable
5. select a script to run

## how to add scripts

1. add a .py script to the directory where the executable is located
2. run the executable

## Example

1. the executable `CommandLine.exe` can be found in the `build' directory of the repository and it is a compiled version of the code in the repository
2. i have also added 11 test python scripts to the repository so you can test the application