Skip to main content

A CLI interface for quickly making sprays for Team Fortress 2.

Project description

pyspray

CLI interface to streamline the process of making TF2 sprays.

Installation

In order to use pyspray, you must have python installed on your system.

pyspray can be installed via pip with py -m pip install pyspray or python -m pip install pyspray via the command line, depending on your platform. For simplicity, all commands will be given using py (which is the default alias on some Windows systems).

Usage And CLI Help

pyspray should be run as a module using py -m pyspray <args>. In order to see a list of available commands, run py -m pyspray --help.

To get further information about any of these commands, run py -m pyspray <command_name> --help.

Commands and Basic Usage Examples

Before creating any sprays, pyspray needs to know where your Team Fortress 2 directory is. These files can be found by right clicking on Team Fortress 2 in your Steam games menu, mousing over the Manage tab, and then clicking Browse Local Files.

Once you have the file path of the Team Fortress 2 directory, run py -m pyspray set-directory <file_path>. IMPORTANT: Windows has some issues with filepaths with spaces in them! It is important to enclose <file_path> with double quotes.

Good:

py -m pyspray set-directory "C:\Program Files (x86)\Steam\steamapps\common\Team Fortress 2"

WILL NOT WORK:

py -m pyspray set-directory C:\Program Files (x86)\Steam\steamapps\common\Team Fortress 2

Static Sprays

A static spray is simply a single image. To create one, run py -m pyspray static <filepath_or_url_of_image> --name <name_of_spray>. The name can be omitted, but the autogenerated names are simply the timestamps of creation, and are easy to mix up.

Faded Sprays

A faded spray is a spray that changes as you move closer or further away from it. To create a faded spray, run py -m pyspray fade <url_or_filepath_of_image> <url_or_filepath_of_image>... --name <name_of_spray>. The images should be listed such that the first image is the one you want shown from furthest away, and the last image is the one you want shown from nearest.

Animated Sprays

An animated spray is a spray that moves, and can be made from filetypes like gifs, webms, and mp4s. To create an animated spray, run py -m pyspray anim <path_or_url_to_animated_file> --name <name_of_spray>. Note that this works best with short animations, as sprays have a filesize limit of 512 KB.

Spray previews:

With animated sprays in particular, it is sometimes difficult to tell what options to use to make a spray with sufficient resolution that loops well. To make this easier, the --dry and --show flags can be used to preview a spray without the trouble of testing it out in game. The --dry flag prevents any spray files from being written to your tf2 directory, and the --show flag shows a preview of the spray. These options can be used for all types of sprays.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyspray-0.0.11.tar.gz (16.6 kB view details)

Uploaded Source

Built Distribution

pyspray-0.0.11-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

Details for the file pyspray-0.0.11.tar.gz.

File metadata

  • Download URL: pyspray-0.0.11.tar.gz
  • Upload date:
  • Size: 16.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for pyspray-0.0.11.tar.gz
Algorithm Hash digest
SHA256 66fdd976aa1b289a539a92bf44eabc25bafb68e77ea4f9b7f082799770acf708
MD5 503cdbb4e6a2d86beb3b138d506114e3
BLAKE2b-256 755618bd693ca33e53630efbcd03d7f065b88e85a37999a5fa483587816ff49f

See more details on using hashes here.

File details

Details for the file pyspray-0.0.11-py3-none-any.whl.

File metadata

  • Download URL: pyspray-0.0.11-py3-none-any.whl
  • Upload date:
  • Size: 16.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for pyspray-0.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 c5b1b8495e6e74aaebc7d3108381c6f74038a1fca56fd2f5f8ca32a3dc22a914
MD5 e075aecc463565da61eccb254fa13ffa
BLAKE2b-256 3b9b276d6b024c374acc17fc9fd34a9f66524e51b14e8d92d0f320c5f02a05d2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page