0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

AoyamaType

Last updated at Posted at 2025-04-10

初めに

pythonで昨年の卒業生が作ったAoyamaTypeでタッチタイプの習得を行います.

手順[/]

windows

  • wsl, fish, pipx, aoyamatypeインストール
    • terminalを起動
> wsl --install
      Enter new UNIX username: XXXX
      New password: XXXX (表示されません)
      Retype new password: XXXX (表示されません)

パソコンの再起動が必要.

  > python3 --version
  > sudo apt update
  > sudo apt install fish
  > chsh -s /usr/bin/fish
  Password: XXXX (はじめに入れたPassword)

  > sudo apt install pipx
        ...
        After this operation, xxxx kB of additional disk space will be used.
        Do you want to continue? [Y/n] Y
  > pipx install git+https://github.com/37021463/aoyamatype.git

これでaoyamatypeが動くはず.

だめな人は以下を打ち込んでterminalを再起動.

  > pipx ensurepath
  > pipx completions
    fishのcommand
    register-python-argcomplete --shell fish pipx >~/.config/fish/completions/pipx.fish
    をcopy and paste
> explorer.exe .  #でexplorerを立ち上げて,
    - dlしたaoyama_type_datをそこへDrag&Drop
> aoyamatype -d ~/aoyama_type_data.zip
> aoyamatype -c
> aoyamatype 1 #から...50
> sudo apt-get install python3-tk
> pip install PyQt6 #が必要かも...
> aoyamatype -r

mac

> python3 --version
= brew install macで検索
> /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
> /opt/homebrew/bin/brew install fish
> fish
> pip install git+https://github.com/37021463/aoyamatype.git

これ以降はいらないはず.
> pipx ensurepath
> pipx completions
  fishのcommandをcopy and paste
dlしたaoyama_type_dat.zipをterminalへDrag&Drop
> aoyamatype -d ~/Downloads/aoyama_type_data.zip
> aoyamatype -c
> aoyamatype 1 #から...50
> sudo apt-get install python3-tk
> pip install PyQt6 #が必要かも...
> aoyamatype -r

補足

視線追跡(Eye track動画)

5時間10分_キー入力習得法.pdf

最終試験

最終試験は6/30にこの時間で行います.

  • aoyamatype -c

で60秒を切れば合格です.

タッチタイピングは,速さよりも正確性とか,リズムが大切で,キーの位置を覚えることを心がけてください.タッチタイプは,プログラマの仲間になる第一歩です.

課題

  • LUNAに初回のcheckの結果を報告して.

  • source ~/Desktop/lecture_25s/comp_a_25s/lectures/d2_aoyamatype/d2_aoyamatype.org
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?