Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiahamedi/zirnevis
download subtitle only with movies name
https://github.com/kiahamedi/zirnevis
Last synced: 3 months ago
JSON representation
download subtitle only with movies name
- Host: GitHub
- URL: https://github.com/kiahamedi/zirnevis
- Owner: kiahamedi
- License: gpl-3.0
- Created: 2019-08-12T20:15:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T17:28:52.000Z (almost 4 years ago)
- Last Synced: 2024-06-28T08:36:21.901Z (5 months ago)
- Language: Python
- Homepage:
- Size: 506 KB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zirnevis
Open source application for download subtitle only by movie name
> version 1.0.0[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)![alt text](https://raw.githubusercontent.com/kiahamedi/zirnevis/master/ScreenshotGUI.png)
## Installation
Arch Linux: `yaourt -S zirnevis`DebianBase or RpmBase: download deb or rpm file from here:
`https://github.com/kiahamedi/zirnevis/releases`## Uninstall
> Arch Linux: `sudo pacman -R zirnevis`## Manual Installation (for any linux)
First install deps:
`install python3`
`install python3-bs4`
`install python3-pyqt5`
`install python3-requests`
`install python3-html5lib`Install with:
`cd /tmp/ && git clone https://github.com/kiahamedi/zirnevis && cd zirnevis/ && sudo cp zirnevis /usr/bin && sudo cp zirnevis-icon.png /usr/share/icons/ && sudo cp zirnevis.desktop /usr/share/applications/`## Manual Uninstallation
`sudo rm /usr/bin/zirnevis && sudo rm /usr/share/icons/zirnevis-icon.png && sudo rm /usr/share/applications/zirnevis.desktop`## Toturial
for more information visit:
`http://kiahamedi.ir/zirnevis/`## Are you a developer?
> 1-Fork it!
> 2-Create your feature branch: git checkout -b my-new-feature
> 3-Commit your changes: git commit -am 'Add some feature'
> 4-Push to the branch: git push origin my-new-feature
> 5-Submit a pull request