Skip to content

Example jpeg, pdf and png files which can be used for testing.

License

Notifications You must be signed in to change notification settings

hitchdev/hitchexamplefiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HitchExampleFiles

A group of example files which can be used for testing - a big jpeg, small jpeg, pdf and png.

Uses path.py, so you can use path.py API to do anything with the files.

E.g.

.. code:: python

import hitchexamplefiles from path import Path

hitchexamplefiles.jpeg_large.copy(Path("/path/to/your/jpegname.jpeg")) hitchexamplefiles.jpeg_small.copy(Path("/path/to/your/jpegname.jpeg")) hitchexamplefiles.pdf_one_page.copy(Path("/path/to/your/pdf_one_page.pdf")) hitchexamplefiles.png_large.copy(Path("/path/to/your/png_large.png"))

hitchexamplefiles.asset_directory.joinpath("jpeg_large.jpg") hitchexamplefiles.asset_directory.joinpath("jpeg_small.jpg") hitchexamplefiles.asset_directory.joinpath("pdf_one_page.pdf") hitchexamplefiles.asset_directory.joinpath("png_large.png")

About

Example jpeg, pdf and png files which can be used for testing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages