|
1 | 1 | # ProgramVer Usage |
2 | 2 |
|
3 | | -To add ProgramVer to your project, follow the steps below. To customize the program to your needs, see [`CUSTOMIZATION`](CUSTOMIZATION.md). |
4 | | - |
5 | | -1. To add the version window to your project, download the latest source code release from [GitHub Releases](https://github.com/Dog-Face-Development/ProgramVer/releases/latest) page. |
6 | | -2. Extract the source code files using a program like [7-Zip](https://www.7-zip.org/). |
7 | | -3. Copy the `ProgramVer.py` file to your project's main directory. |
8 | | -4. Import ProgramVer by adding `from ProgramVer import *` to your Python `import` statements. |
9 | | -5. Customize the version window by following the instructions in [`CUSTOMIZATION`](CUSTOMIZATION.md). |
10 | | -6. Call ProgramVer through the `ProgramVer()` function. |
11 | | -7. Enjoy your new version window! |
| 3 | +To install ProgramVer, you can use an executable package (Windows), run the scripts through Python (Windows, macOS, Linux), or install from the [Python Package Index](https://pypi.org/). |
| 4 | + |
| 5 | +## Executable Package |
| 6 | + |
| 7 | +1. To run the executable package, download the latest `.zip` file from [GitHub Releases](https://github.com/Dog-Face-Development/ProgramVer/releases/latest) page. |
| 8 | +2. Extract the `.zip` file using a program like [7-Zip](https://www.7-zip.org/). |
| 9 | +3. _(Optional) Move the files to `C:\Program Files` and create a shortcut._ |
| 10 | +4. Double click on `send.exe`. |
| 11 | +5. Enjoy the program! |
| 12 | + |
| 13 | +## Python Script |
| 14 | + |
| 15 | +1. To run the Python script, download the latest source code release from [GitHub Releases](https://github.com/Dog-Face-Development/ProgramVer/releases/latest) page. |
| 16 | +2. Download and install [Python](https://www.python.org/downloads/). |
| 17 | +3. Extract the source code files using a program like [7-Zip](https://www.7-zip.org/). |
| 18 | +4. Double click on `send.py`, or right-click and open with IDLE and press `F5`. |
| 19 | +5. Enjoy the program! |
| 20 | + |
| 21 | +## Python Package Index (`pip`) |
| 22 | + |
| 23 | +1. Download and install [Python](https://www.python.org/downloads/). |
| 24 | +2. Open a terminal and run the command: `pip install lego-block-creator`. |
| 25 | +3. Start the program by running the command: `lego-block-creator`. |
| 26 | +4. Enjoy the program! |
0 commit comments