Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wada-jun8 committed Nov 27, 2024
1 parent 6f83a95 commit d9caaee
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,26 @@

## morseコマンド
- 概要
- 入力されたアルファベットと特定の記号を、モールス信号に変換します。
- 入力された半角アルファベットと特定の記号を、モールス信号に変換します。
- 半角アルファベットは大文字でも小文字でも変換されます。
- 対応していない文字や記号、空白は全て無視されます。

- 対応している文字や記号
| a | b | c | d |
| e | f | g | h |
| i | j | k | l |
| m | n | o | p |
| q | r | s | t |
| u | v | w | x |
| y | z | | |
| | | | |
| 0 | 1 | 2 | 3 |
| 4 | 5 | 6 | 7 |
| 8 | 9 | | |
| | | | |
| . | , | ? | - |
| / | @ | | |

## 必要なソフトウェア
- Python
- テスト済みバージョン3.7~3.12
Expand Down

0 comments on commit d9caaee

Please sign in to comment.