Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fisenkodv/photo-cataloguer
- Owner: fisenkodv
- Created: 2017-09-12T03:42:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T13:50:03.000Z (over 3 years ago)
- Last Synced: 2024-12-07T01:44:21.603Z (16 days ago)
- Topics: cataloguer, google-drive, python
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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