Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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