Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hideo54/random-sekigae
https://github.com/hideo54/random-sekigae
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hideo54/random-sekigae
- Owner: hideo54
- License: apache-2.0
- Created: 2016-01-19T20:28:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T11:27:00.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T05:32:19.217Z (7 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# random-sekigae
## 概要
前に行きたい人を前に行かせるという条件付きで、ランダムに席替えの座席を決定します。
## バージョン
Ver 1.1.1
## 使い方
1. data.json に、前に行きたい人の配列を "considered" 、その他の人の配列を "normal" とし、書く。(例: data-sample.json)
2. Python 2.6 以上の環境で sekigae.py を実行。## 使用条件
* クラスの人数の合計が55人となる必要がある。55人は以下のように配置され、出力される:
```
|00|01|02|03|04|05|
|06|07|08|09|10|11|12|
|13|14|15|16|17|18|19|
: : : : : : : :
|48|49|50|51|52|53|54|
```
* "considered" は15人以下でなければならない。
* 全ての個人の苗字は全角3文字以下でなければならない。
* 出力は等幅フォント環境、および、日本語の全角文字がちょうど半角2つ分の幅で出力される環境を前提にしている。## 連絡先
* Twitter: @hideo54
* E-mail: [email protected]