Name | sc-movie JSON |
Version |
0.0.1
JSON |
| download |
home_page | https://github.com/codewithwan/sc-movie |
Summary | A Python library leveraging the OMDb API to fetch movie details based on user-provided titles. It also offers plot translation from English to Indonesian using googletrans. |
upload_time | 2023-11-17 03:02:30 |
maintainer | |
docs_url | None |
author | codewithwan |
requires_python | |
license | MIT |
keywords |
sc
omdb
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# SC_Movie
This project is a Python library that accesses the OMDb API to retrieve information about movies based on user-input titles. Additionally, the library includes a feature to translate movie plots from English to Indonesian using googletrans.
By utilizing this project, users can easily search for information about their favorite movies and obtain a summary of the plot in the Indonesian language.
## API
Python Basic API wrapper
```http
http://www.omdbapi.com/
```
## Installation
Install my-project with npm
```bash
pip install sc-movie
```
## Usage
Basic Usage :
```python
from omdb_lib import OMDB
omdb = OMDB("YOUR_API_KEY")
movie_title = input("Search Movie : ")
result = omdb.search_movie(movie_title)
print(f"Judul: {result['Title']}")
print(f"Tahun: {result['Year']}")
print(f"Rating: {result['imdbRating']}")
print(f"Plot: {result['Plot']}")
```
## Authors
- [@codewithwan](https://github.com/codewithwan)
Raw data
{
"_id": null,
"home_page": "https://github.com/codewithwan/sc-movie",
"name": "sc-movie",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "SC,OMDb",
"author": "codewithwan",
"author_email": "<deezerxstore@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/57/98/deec8fa0ab69ee87af3052c87f3a05c92c0f17cfa9f85b632a0383aa1348/sc_movie-0.0.1.tar.gz",
"platform": null,
"description": "\r\n# SC_Movie\r\nThis project is a Python library that accesses the OMDb API to retrieve information about movies based on user-input titles. Additionally, the library includes a feature to translate movie plots from English to Indonesian using googletrans.\r\n\r\nBy utilizing this project, users can easily search for information about their favorite movies and obtain a summary of the plot in the Indonesian language.\r\n\r\n\r\n\r\n\r\n## API \r\nPython Basic API wrapper\r\n```http\r\n http://www.omdbapi.com/\r\n```\r\n\r\n## Installation\r\n\r\nInstall my-project with npm\r\n\r\n```bash\r\n pip install sc-movie\r\n```\r\n \r\n\r\n## Usage\r\n\r\nBasic Usage :\r\n\r\n```python\r\nfrom omdb_lib import OMDB\r\n\r\nomdb = OMDB(\"YOUR_API_KEY\")\r\nmovie_title = input(\"Search Movie : \")\r\nresult = omdb.search_movie(movie_title)\r\n \r\nprint(f\"Judul: {result['Title']}\")\r\nprint(f\"Tahun: {result['Year']}\")\r\nprint(f\"Rating: {result['imdbRating']}\")\r\nprint(f\"Plot: {result['Plot']}\")\r\n```\r\n\r\n\r\n## Authors\r\n\r\n- [@codewithwan](https://github.com/codewithwan)\r\n\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python library leveraging the OMDb API to fetch movie details based on user-provided titles. It also offers plot translation from English to Indonesian using googletrans.",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/codewithwan/sc-movie"
},
"split_keywords": [
"sc",
"omdb"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2af87a5cda3462f0e154dfdaf5b7e4883f6d518ddbed2706d1d929d39af1d816",
"md5": "f0bc8d648c2e23e2807764292cca1a4a",
"sha256": "2bba4f155a752c557df80ab33b4bb3f7c55dc5331fc1ad9225c488f3c2f2ee35"
},
"downloads": -1,
"filename": "sc_movie-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f0bc8d648c2e23e2807764292cca1a4a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3185,
"upload_time": "2023-11-17T03:02:28",
"upload_time_iso_8601": "2023-11-17T03:02:28.814515Z",
"url": "https://files.pythonhosted.org/packages/2a/f8/7a5cda3462f0e154dfdaf5b7e4883f6d518ddbed2706d1d929d39af1d816/sc_movie-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5798deec8fa0ab69ee87af3052c87f3a05c92c0f17cfa9f85b632a0383aa1348",
"md5": "9509d4fc7fdc2f3d636d9904c2b07b1a",
"sha256": "67ae4d760055c7abc78df53a1366f1ca55340adb3b0ee4899e35750e852b54d2"
},
"downloads": -1,
"filename": "sc_movie-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "9509d4fc7fdc2f3d636d9904c2b07b1a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2972,
"upload_time": "2023-11-17T03:02:30",
"upload_time_iso_8601": "2023-11-17T03:02:30.580271Z",
"url": "https://files.pythonhosted.org/packages/57/98/deec8fa0ab69ee87af3052c87f3a05c92c0f17cfa9f85b632a0383aa1348/sc_movie-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-17 03:02:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "codewithwan",
"github_project": "sc-movie",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "sc-movie"
}