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.
- Host: GitHub
- URL: https://github.com/shadmeoli/movierecommendation
- Owner: shadmeoli
- Created: 2022-09-09T20:50:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T20:34:37.000Z (over 2 years ago)
- Last Synced: 2023-03-03T08:36:23.535Z (over 2 years ago)
- Language: Python
- Size: 5.6 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie Recommendation App
A desktop app for movie recommendation and download.
> 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
```