Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egel/select-movie
This little program will help you choose the movie for you.
https://github.com/egel/select-movie
Last synced: 5 days ago
JSON representation
This little program will help you choose the movie for you.
- Host: GitHub
- URL: https://github.com/egel/select-movie
- Owner: egel
- Created: 2014-06-12T13:13:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-15T17:33:55.000Z (over 10 years ago)
- Last Synced: 2024-10-12T21:42:20.498Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Select a move for me
> This little program will help you choose the movie for you. It will select a single movie from source directory and also from its sub-directories.## Installation
Using Git"
```
git clone [email protected]:egel/select-movie.git
```other way of install:
```
wget https://raw.githubusercontent.com/egel/select-movie/master/select_movie.py && chmod +x select_movie.py
```## Usage
Print the result on screen:
```
./select-movie.py /my/directory
```Help:
```
./select-movie.py --help
```Version:
```
./select-movie.py --version
```## Features
- Color output
- PEP8 Standard### TODO List
- Add muliple directories support
## License
Software under [GNU GPLv3+](http://gnu.org/licenses/gpl.html) or later license.