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

https://github.com/shadmeoli/movierecommendation

A desktop app for movie recommendation and download.
https://github.com/shadmeoli/movierecommendation

Last synced: 7 months ago
JSON representation

A desktop app for movie recommendation and download.

Awesome Lists containing this project

README

        

# Movie Recommendation App
A desktop app for movie recommendation and download.

![](https://badgen.net/badge/to/note/red)
> If you are using windows remove the 3 after every pip and python command, but if you are on mac or linux you can use with the 3 prefix

#### Technologies Used
> Python | Customtkinter & tkinter |

---

### Setting up
**compatible with ** python 3.9^

> To set up you can use a virtual environment of choice.

##### Getting the libraries use
I in the requiremetns file you will find all the used libraries and the specific version
To install them run

```
pip3 install -r requirements.txt
```
> after the installation run the ```setup.py``` file by runing the command

```
pyhton3 setup.py
```