-
-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
William edited this page Sep 5, 2022
·
2 revisions
To add ProgramVer to your project, follow the steps below. To customize the program to your needs, see CUSTOMIZATION.
- To add the version window to your project, download the latest source code release from GitHub Releases page.
- Extract the source code files using a program like 7-Zip.
- Copy the
ProgramVer.pyfile to your project's main directory. - Import ProgramVer by adding
from ProgramVer import *to your Pythonimportstatements. - Customize the version window by following the instructions in
CUSTOMIZATION. - Call ProgramVer through the
ProgramVer()function. - Enjoy your new version window!
Want to make a change? Open an issue!
Want a basic overview? Read the README.
Want to download the project? Head to the Releases page.
Want to start contributing? Open an Issue or a Pull Request.