2018-08-28 10:24:42 +02:00
|
|
|
# organize-my-photos
|
2018-08-31 09:22:23 +02:00
|
|
|
|
2018-08-28 10:24:42 +02:00
|
|
|
Terminal program that organizes and organizes the photographs in folders by year, month and day. #python #terminal
|
2018-08-31 09:22:23 +02:00
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
pip3 install --user Organize-my-photos
|
|
|
|
```
|
|
|
|
|
|
|
|
## Run
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
organize_my_photos [PATH]
|
|
|
|
```
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
organize_my_photos travel
|
|
|
|
```
|
|
|
|
|
|
|
|
## Options
|
|
|
|
|
|
|
|
| FLAG | DESCRIPTION | EXAMPLE |
|
|
|
|
| :--: | :--: | :--: |
|
|
|
|
| --locale | Specifies the language of the months. | organize_my_photos --locale es_ES |
|
|
|
|
| --extension | Change file extension for sorting. | organize_my_photos --extension mp4 |
|