A Python version of Microsoft's 'winver', built to be customizable, and to show copyright info and licenses.
Project description
ProgramVer
A Python version of Microsoft's 'winver', built to be customizable, and to show copyright info and licenses.
Key Features • Download • How To Use • Support • Contributing • Changelog • Credits & Contributors
Key Features
- Display a version window.
- Can be called and imported as a function.
- Links to License text.
- Links to EULA text.
- Includes logo and Python Powered images.
- Cross platform.
Download
You can download the source code to run the scripts from the command line on Windows, macOS and Linux. This will require Python.
You can download the latest executable version of ProgramVer for Windows. This does not require Python.
How To Use
To run the application, you can use Git and the Python Interpreter, which allows you to clone and run the application, or pip
to create a command line application.
Git
To clone and run this application, you'll need Git and Python installed on your computer. If you would rather not use Git, you can just download the script from GitHub above. From your command line:
# Clone this repository
$ git clone https://github.com/Dog-Face-Development/ProgramVer
# Go into the repository
$ cd ProgramVer
# Run the CLI
$ python main.py
pip
You can install the program from the Python Package Index through pip
.
# Install via pip
$ pip install programver
# Run the CLI
$ programver
However, you may want to add the version window to your program. To do so, follow these steps:
- Download the latest source code release from GitHub Releases page.
- Extract the source code files using a program like 7-Zip.
- Copy the
ProgramVer.py
file to your project's main directory. - Import ProgramVer by adding
from ProgramVer import *
to your Pythonimport
statements. - Call ProgramVer through the
ProgramVer()
function. - Enjoy your new version window!
Support
Customization for ProgramVer can be found in the CUSTOMIZATION
doc. More documentation is available in the Documentation and on the Wiki. If more support is required, please open a GitHub Discussion or join our Discord.
Contributing
Please contribute using GitHub Flow. Create a branch, add commits, and open a pull request.
Please read CONTRIBUTING
for details on our CODE OF CONDUCT
, and the process for submitting pull requests to us (including how to sign our CLA).
Changelog
See the CHANGELOG
file for details.
Credits
This software uses the following open source packages, projects, services or websites:
GitHub | Python Software Foundation | Windows |
Web - Plans | Web - Donate | Web |
Contributors
- @willtheorangeguy - Sponsor on PayPal
You may also like...
- PyWorkout - A minimal CLI to keep you inspired during your workout!
- PyAvatar - Easily display all of your creative avatars to keep them consistent across websites.
- Periodic Table Info - Print all the elements in the Periodic Table of the Elements, with an interactive prompt to learn more.
License
This project is licensed under the GNU General Public License - see the LICENSE
file for details. See the Privacy Policy, Terms and Conditions, and EULA for legal information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ProgramVer-1.9.0.tar.gz
.
File metadata
- Download URL: ProgramVer-1.9.0.tar.gz
- Upload date:
- Size: 64.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbf33fa85e1aa6171182336b87e938582503d05125bed10e61b4248179a44103 |
|
MD5 | 9b75d7d0a6bf06012dd644463f906180 |
|
BLAKE2b-256 | 8b59039bfde466cf2529198905f1ac9a77ffb3c88f49f490f3875cba803b32b6 |
File details
Details for the file ProgramVer-1.9.0-py3-none-any.whl
.
File metadata
- Download URL: ProgramVer-1.9.0-py3-none-any.whl
- Upload date:
- Size: 38.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efa5540917d87911615b46978febe6fda7ae6e26060a8553d3062f664dcb7496 |
|
MD5 | d6fa2f1921f9860e454aa5f0ee2316f8 |
|
BLAKE2b-256 | 9c463dda29d471122b414400c1eba719a518e051e3bf5243bc79a4933a659e2b |