Skip to content

Download high quality 3D models via the command line.

License

Notifications You must be signed in to change notification settings

DemonicAayush/artfzf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARTFZF


Download high quality 3D models from the commandline. This tool scrapes the site artgare.


Install

Install dependencies (See below)

This project can be installed on to your device via different mechanisms, these mechanisms are listed below in the order of ease.

  1. PIP Installs packages aka PIP Installation
pip install git+https://github.com/demonicaayush/artfzf
  1. Source Code Download
git clone https://github.com/demonicaayush/artfzf

Given that you have git installed, you can clone this repository from GitHub. If you do not have or want to deal wtih installation of git, you can simply download the repository using this link.

After the repository is downloaded and placed in an appropriate directory, you can use setup.py to proceed with the installation.

pip install .

This command is to be executed from the directory where the repository is located.

  1. cURL the shell script to your path

This method only works on MacOS and Linux

sudo curl -sL "https://raw.githubusercontent.com/demonicaayush/artfzf/master/artfzf.sh" -o /usr/local/bin/artfzf
sudo chmod +x /usr/local/bin/artfzf

Dependencies

  • fzf - for selection screen.
  • aria2 - download manager.

Optional Dependency

  • w3m - for image preview (for shell script)

About

Download high quality 3D models via the command line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published