Skip to content

gf-custom-finder is a python script to help search guitar flash custom song

Notifications You must be signed in to change notification settings

afmaghribi/gf-custom-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GF Custom Finder

gf-custom-finder is a python script to help search guitar flash custom song listed in Guitar Flash Custom

Features

  1. Search by any keyword. You can use song title or band
  2. Omit duplicate search result
  3. Limit search output

Installation

  1. Clone the repository
git clone https://github.com/afmaghribi/gf-custom-finder.git
cd gf-custom-finder
  1. Install the python library requirement
pip3 install -r requirements.txt

Usage

You can simply just run script like this. The keyword is not case sensitive. So, if you type bmth and BMTH the result is same.

python3 gfcfinder.py -s <your keyword>
python3 gfcfinder.py -s <your keyword> -l <limit output>

example:

python3 gfcfinder.py -s babymetal -l 10

result

About

gf-custom-finder is a python script to help search guitar flash custom song

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages