https://github.com/mrdiamonddirt/wrappythoninexectutable
https://github.com/mrdiamonddirt/wrappythoninexectutable
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrdiamonddirt/wrappythoninexectutable
- Owner: mrdiamonddirt
- Created: 2022-12-16T22:20:22.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T21:47:37.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T07:20:03.109Z (8 months ago)
- Language: Python
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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