Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

cdgriffith/PyFoto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyFoto

In active development

PyFoto is a simple image gallery and tagging system.

It allows for directory ingests of images, and will automatically create thumbnails and register them in a local database. This allows for fast access during searches and prevents duplicate photos being ingested.

Install

Python 3 only

Pillow is a requirement that may require additional libraries, refer to their documentation for help.

PyFoto is currently in development. Do NOT install to your main system. There will be unmigrated DB changes as well as API switches that will completely screw you over if you do. Instead, simply download the entire package and install it in a virtual environment.

   pyvenv-3.4 venv
   venv/bin/python setup.py develop

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published