sugizo
sugizo
not work too when tested on google colab **steps** ``` !apt install -y pypy3 !git clone https://github.com/thomasahle/sunfish ``` **execute** `!cd sunfish && python ./sunfish.py` **result same like tested on mac**...
not sure, if your request : "do not take up much space" because some softwares that support keyboard view use 88 keys piano their option is just enable or disable...
**code taken from pypi and already test utube url work on browser** ``` from pytube import YouTube YouTube('https://youtu.be/9bZkp7q19f0').streams.get_highest_resolution().download() ``` **result** ``` HTTPError Traceback (most recent call last) [](https://localhost:8080/#) in ()...
https://colab.research.google.com **steps** ``` !apt install cargo !cargo install littlewing !cp /root/.cargo/bin/littlewing /bin/ !littlewing --silent hide color show board move e4 time 1 10 show think play black ``` **root cause**...
what i want to achieve is to learn the scale or arpeggio with another tuning, also posted another issues about this too, perhaps CSS issues or JS issues to generate...
wonthefull thanks
pardon, my mistake, tested on https://scribbletune.github.io/johann, just realize it define the note with Ab not G# while on my local with your new fixed tested it with G#, so i...
perhaps can learn from this http://sugizo.pythonanywhere.com/music/fretboard/form_scale_in_fretboard created using python and could share the code if you want
test added - guitars : 8 strings, 9 strings, 10 strings and 12 strings - bass : 4 strings, 5 strings, 6 strings also revise some name : regular tuning...
> Is the `music` directory on the Python path (`sys.path`)? ``` $ python Python 3.8.5 (default, Sep 4 2020, 02:22:02) [Clang 10.0.0 ] :: Anaconda, Inc. on darwin >>> import...