Skip to content
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.

  1. To add the version window to your project, download the latest source code release from GitHub Releases page.
  2. Extract the source code files using a program like 7-Zip.
  3. Copy the ProgramVer.py file to your project's main directory.
  4. Import ProgramVer by adding from ProgramVer import * to your Python import statements.
  5. Customize the version window by following the instructions in CUSTOMIZATION.
  6. Call ProgramVer through the ProgramVer() function.
  7. Enjoy your new version window!

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.

Clone this wiki locally