Metadata-Version: 2.1
Name: Haxanime
Version: 1.0.0
Summary: A Python package to download anime from command line
Home-page: https://github.com/devoply-dev/cmdweeebs
Author: Elenasulu Arinze
Author-email: pentacker@gmail.com
License: "MIT"
Project-URL: repository, https://github.com/devoply-dev/cmdweeebs
Keywords: ["pypi","getanime","Haxanime","anime downloader"]
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Topic :: Home Automation
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt


# Project Title

This project is for Japanese Anime lovers to easily download Animes without interuption e.g ads from the command line


## Installation

Clone my project from the repo

```bash
  git clone https://github.com/devoply-dev/cmdweeebs

  cd cmdweeebs
```
Driver Installation
--------------------

1. open cmd in Administrator mode and copy and paste the following:
```bash
  @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
```

2. For WindowsPowerShell Installation, open WindowsPowerShell in Administrator mode and paste the following:
```bash
  Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
```

3. Then you can use these commands to install the drivers:
```bash
  choco install chromedriver
```

## Appendix
How to use the script
----------------

1. just follow the prompts

2. make sure to enter correct info on any prompt

3. read thru the information printed out after any prompt

## Usage

```bash
  from Haxanime import getanime
```
# or

```bash
  import Haxanime.getanime
```

## Authors

- [@haxsys](https://github.com/devoply-dev)

MIT License

Copyright (c) 2022 Elenasulu Arinze

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
