Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fisenkodv/photo-cataloguer

📸 Google Photos Cataloguer
https://github.com/fisenkodv/photo-cataloguer

cataloguer google-drive python

Last synced: 11 days ago
JSON representation

📸 Google Photos Cataloguer

Awesome Lists containing this project

README

        

# Photo Cataloguer

## Create Environment
- Install *virtualenv*
```
$ [sudo] pip install virtualenv
```
- Create an environment
```
$ virtualenv venv
```
- Activate script
```
$ source venv/bin/activate
```
- Install dependencies
```
$ pip install -r requirements.txt
```

- Deactivate script
```
$ deactivate
```

# Licence
MIT