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

https://github.com/jackokeeffe/reelsrch

A GUI used for searching for information, such as the plot or runtime, of any movie.
https://github.com/jackokeeffe/reelsrch

gui gui-application imdbpy movie movies pysimplegui python

Last synced: over 1 year ago
JSON representation

A GUI used for searching for information, such as the plot or runtime, of any movie.

Awesome Lists containing this project

README

          

# reelSRCH
A program made to simplify searching for your favourite movies!

### Update (02/27/21):
- version-two of the project has been added.
- Fixes many major bugs from version-one
- GUI is now created in Tkinter

### Update (9/16/20):
- Newest update has been released (9/16/20).
- Included the ['All' Checkbox](https://github.com/jackokeeffe/reelSRCH/issues/1) button and bug fixes.
- Screenshots have also been updated to reflect these changes.
- This fixed a major bug causing a problem when trying to close the window.

### How-To/Installation:
1. Clone the repo/type `git clone https://github.com/jackokeeffe/reelSRCH.git` into your command prompt.
2. If your outermost folder is not reelSRCH type `cd reelSRCH` into your command prompt (for IDE's).
3. Type `python setup.py install` into your command prompt. Wait for it to finish installing/loading indices.
4. Run the code and follow the instructions in the GUI.

### Contributing:
All contributions are welcome just make sure to add comments on your changes.

### Usage:
See [Screenshots](https://github.com/jackokeeffe/reelSRCH/tree/master/screenshots) for screenshots of the program in use.

### Future Developments:
- See [Open Issues](https://github.com/jackokeeffe/reelSRCH/issues) for future changes/updates.
- If you notice any issues not included in [Open Issues](https://github.com/jackokeeffe/reelSRCH/issues) feel free to open one.

### Built With:
- Made using Python.
- V1 GUI created with [PySimpleGUI](https://github.com/nngogol/PySimpleGUIDesigner).
- V2 GUI created with [Tkinter](https://docs.python.org/3/library/tkinter.html)
- Search results powered by the [IMDBPY](https://imdbpy.github.io/) module.

### Author:
- Author: Jack O'Keeffe
- [Github Profile](https://github.com/jackokeeffe)

### Credits:
- [PySimpleGUI](https://github.com/nngogol/PySimpleGUIDesigner) for their 'simple' GUI module and for helping me trouble-shoot some issues.
- [IMDBPY](https://imdbpy.github.io/) for creating a useful IMDB module.