mirror of
https://github.com/mrfluffy-dev/hart-cli.git
synced 2026-01-17 01:40:33 +00:00
first commit
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# hart-cli what is it?
|
||||
hart-cli is a scraper written in Python that allows you to get h*ntai art directly in your terminal.
|
||||
It allowes you to download the images in a high resolution or copy the url to your clipboard.
|
||||
|
||||
# Dependencies
|
||||
- [kitty](https://github.com/kovidgoyal/kitty)
|
||||
- [requests](https://pypi.org/project/requests/)
|
||||
- [beatifulsoup4](https://pypi.org/project/beautifulsoup4/)
|
||||
- [pyperclip](https://pypi.org/project/pyperclip/)
|
||||
- [ImageMagick](https://imagemagick.org/)
|
||||
|
||||
# install
|
||||
1. `git clone `
|
||||
2. `cd hart-cli`
|
||||
3. `sudo cp hart-cli.py /usr/local/bin/hart-cli`
|
||||
|
||||
# update
|
||||
1. `cd hart-cli`
|
||||
2. `git pull`
|
||||
3. `sudo cp hart-cli.py /usr/local/bin/hart-cli`
|
||||
|
||||
# usage
|
||||
`hart-cli` will open the program
|
||||
Reference in New Issue
Block a user