Skip to content

Commit

Permalink
Package download envelope-printer
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
tunisiano187 committed Dec 18, 2024
1 parent eb0336c commit 531ba0d
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 0 deletions.
32 changes: 32 additions & 0 deletions automatic/envelope-printer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[![](https://img.shields.io/chocolatey/v/envelope-printer?color=green&label=envelope-printer)](https://chocolatey.org/packages/envelope-printer) [![](https://img.shields.io/chocolatey/dt/envelope-printer)](https://chocolatey.org/packages/envelope-printer)

## Tweaking.com - Envelope Printer (Install)

![Screenshot of Envelope Printer](http://www.tweaking.com/index.php?ct=content&action=file&id=157)

###Tweaking.com - Envelope Printer

For Windows XP, 2003, Vista, 2008, 7, 8, 8.1, 2012, 10 (32 & 64 Bit)

Tweaking.com - Envelope Printer is a program I made for myself by decided to put it on Tweaking.com for free and available for everyone.

Each month when I have to pay bills I hate having to write out the envelopes (I am not lazy, my hand actually hurts when I handwrite). So I wanted to be able to print them out as I need them and have the addresses I choose. While I could have custom ordered envelopes I decided why not just print out my own and save money from having to order custom ones?

So I made Tweaking.com - Envelope Printer. Not only will it save and store all the addresses you want but it can even print out a picture along side your return address for a added personal touch to the envelopes. In this case my company logo.

So now when I pay bills and need an envelope I put an envelope in my printer, then open the program, load the address and hit print.

While I could have used MS Office Word and other 3rd party programs to print out envelopes, I wanted something that was far easier to use and that required a heck of a lot less mouse clicks to get the job done. The program remembers your settings, so once all ready to go you can open the program, open the address book, choose the address hit use this address and the click print. 4 mouse clicks and you are done :-)

**SOCIAL MEDIA:**
[FACEBOOK](https://www.facebook.com/tweakingdotcom) | [TWITTER](https://twitter.com/tweaking_com)

**[PACKAGE NOTES](https://github.com/bcurran3/ChocolateyPackages/blob/master/envelope-printer/readme.md)**

#### [choco://envelope-printer](choco://envelope-printer)
To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support ](https://chocolatey.org/packages/choco-protocol-support)

### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)

Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
42 changes: 42 additions & 0 deletions automatic/envelope-printer/envelope-printer.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>envelope-printer</id>
<version>2.0.1</version>
<title>Tweaking.com - Envelope Printer (Install)</title>
<authors>Tweaking.com</authors>
<owners>bcurran3</owners>
<licenseUrl>http://www.tweaking.com/core/termsofuse/index.html</licenseUrl>
<projectUrl>http://www.tweaking.com/content/page/tweaking_com_envelope_printer.html</projectUrl>
<iconUrl>https://raw.githubusercontent.com/bcurran3/ChocolateyPackages/master/envelope-printer/EnvelopePrinter_icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>![Screenshot of Envelope Printer](http://www.tweaking.com/index.php?ct=content&amp;action=file&amp;id=157)

###Tweaking.com - Envelope Printer

For Windows XP, 2003, Vista, 2008, 7, 8, 8.1, 2012, 10 (32 &amp; 64 Bit)

Tweaking.com - Envelope Printer is a program I made for myself by decided to put it on Tweaking.com for free and available for everyone.

Each month when I have to pay bills I hate having to write out the envelopes (I am not lazy, my hand actually hurts when I handwrite). So I wanted to be able to print them out as I need them and have the addresses I choose. While I could have custom ordered envelopes I decided why not just print out my own and save money from having to order custom ones?

So I made Tweaking.com - Envelope Printer. Not only will it save and store all the addresses you want but it can even print out a picture along side your return address for a added personal touch to the envelopes. In this case my company logo.

So now when I pay bills and need an envelope I put an envelope in my printer, then open the program, load the address and hit print.

While I could have used MS Office Word and other 3rd party programs to print out envelopes, I wanted something that was far easier to use and that required a heck of a lot less mouse clicks to get the job done. The program remembers your settings, so once all ready to go you can open the program, open the address book, choose the address hit use this address and the click print. 4 mouse clicks and you are done :-)

**SOCIAL MEDIA:**
[FACEBOOK](https://www.facebook.com/tweakingdotcom) | [TWITTER](https://twitter.com/tweaking_com)

**[PACKAGE NOTES](https://github.com/bcurran3/ChocolateyPackages/blob/master/envelope-printer/readme.md)**</description>
<summary>Tweaking.com - Envelope Printer</summary>
<copyright>Tweaking LLC</copyright>
<tags>tweaking.com envelope printer notsilent admin</tags>
<packageSourceUrl>https://github.com/bcurran3/ChocolateyPackages/tree/master/envelope-printer</packageSourceUrl>
<mailingListUrl>http://www.tweaking.com/forums/</mailingListUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>
23 changes: 23 additions & 0 deletions automatic/envelope-printer/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
$packageName = 'envelope-printer'
$installerType = 'exe'
$url = 'https://www.tweaking.com/files/setups/tweaking.com_envelope_printer_setup.exe'
$checksum = '0AB93566CD1C86E98AB2C8009739C77D16E769963895B19F116468F47224DFF7'
$silentArgs = '/S'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$validExitCodes = @(0,1)
$softwareName = 'Tweaking.com - Envelope Printer'

$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = $installerType
url = $url
validExitCodes= $validExitCodes
silentArgs = $silentArgs
softwareName = $softwareName
checksum = $checksum
checksumType = 'sha256'
}

Install-ChocolateyPackage @packageArgs

0 comments on commit 531ba0d

Please sign in to comment.