https://github.com/pomettini/team-builder
🦀 A GUI program to make teams based on people's skill levels
https://github.com/pomettini/team-builder
gui rust rust-lang teambuilder
Last synced: 3 months ago
JSON representation
🦀 A GUI program to make teams based on people's skill levels
- Host: GitHub
- URL: https://github.com/pomettini/team-builder
- Owner: pomettini
- License: mit
- Created: 2019-06-04T10:22:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T01:46:57.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T11:47:58.268Z (5 months ago)
- Topics: gui, rust, rust-lang, teambuilder
- Language: Rust
- Homepage:
- Size: 419 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# team-builder
🦀 A GUI program to make teams based on people's skill levels

## How to use it
* Press the **load CSV file** button
* Use the slider to specify how many people should be in each team
* Press the **generate** button### The `CSV` file must be formatted in the following way
* The first row is for the name of the skills (except the first field)
* The following rows are for the people's names and their skill levels, represented by an integer
* Each column must be divided by a semicolon### Example `CSV`
```csv
Name;SkillLevel1;SkillLevel2;SkillLevel3
Tizio;1;2;3
Caio;2;2;2
Sempronio;3;2;1
```## License
The MIT License (MIT)
Copyright © `2019` `Giorgio Pomettini`