No project description provided
Project description
# imgdisplay
A simple Python app to display images in a standalone window.
## purpose
I created this command-line app to enable anybody to display images in a random order when run from a given directory. It does nothing but this. Feel free to hack it to do something else!
## intended use cases
- Raspberry Pi photo display.
## philosophy
We should be hacking our own solutions where possible. Reduce dependency on closed-source tools.
## features
The app effectively keeps monitoring the folder it was run from for new images. This means that if you dump in a new folder, it'll be automatically be added to the list of images that can be displayed. Likewise, if you remove it from the folder, it'll automatically be removed from the list of images that can be displayed. Empty folders also won't cause problems, it'll just display a note "No images in directory.", and continue refreshing every 5 seconds until you put in new images there.
# installation
Via `pip`:
```bash
$ pip install imgdisplay
```
Via `conda`:
```bash
$ conda install imgdisplay
```
# usage
To run:
```bash
$ cd /path/to/images/
$ imgdisplay
```
To view help & options:
```bash
$ imgdisplay --help
```
To close/exit: close the terminal window, or close the app window. Both will do just fine.
# roadmap & future improvements
- add ability to control time between refresh.
A simple Python app to display images in a standalone window.
## purpose
I created this command-line app to enable anybody to display images in a random order when run from a given directory. It does nothing but this. Feel free to hack it to do something else!
## intended use cases
- Raspberry Pi photo display.
## philosophy
We should be hacking our own solutions where possible. Reduce dependency on closed-source tools.
## features
The app effectively keeps monitoring the folder it was run from for new images. This means that if you dump in a new folder, it'll be automatically be added to the list of images that can be displayed. Likewise, if you remove it from the folder, it'll automatically be removed from the list of images that can be displayed. Empty folders also won't cause problems, it'll just display a note "No images in directory.", and continue refreshing every 5 seconds until you put in new images there.
# installation
Via `pip`:
```bash
$ pip install imgdisplay
```
Via `conda`:
```bash
$ conda install imgdisplay
```
# usage
To run:
```bash
$ cd /path/to/images/
$ imgdisplay
```
To view help & options:
```bash
$ imgdisplay --help
```
To close/exit: close the terminal window, or close the app window. Both will do just fine.
# roadmap & future improvements
- add ability to control time between refresh.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
imgdisplay-2016.12.24.tar.gz
(2.2 kB
view details)
File details
Details for the file imgdisplay-2016.12.24.tar.gz
.
File metadata
- Download URL: imgdisplay-2016.12.24.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 294e21a08806b9052357eaa1fa842884e018411c79108e8361064279e8d7a408 |
|
MD5 | 23bdc65d3cf8d760077e17c1d06da713 |
|
BLAKE2b-256 | e281ddfb7b7b4020feb8fc63ab18b63d33315fdb98f9e934ec89f0bcf8a3526d |