文件名称:座位图助手
文件大小:21KB
文件格式:ZIP
更新时间:2024-03-13 12:57:09
Python
关于 该项目是用于安排婚礼桌的助手包。 我们建议将来宾随机分配到表。 如果您不想这样做,我们提供以下功能:从csv读取,导出到csv以及在表之间移动人员。 可以找到 首先,请克隆此存储库并运行python -m pip install -e . 安装它。 使用 首先,以4栏且没有标题的CSV /path/to/guestlist.csv格式格式化访客清单 | Mr. and Dr. Brown | 2 | Group 1 | | | Mr. and Mrs. Smith | 2 | Group 2 | Table 1 | | Mr. Wilson | 1 | Group 1 | | | Ms. Williamson | 3 | | | 在python中,您的工作流程如下 from tables i
【文件预览】:
seatingchart-helper-master
----.gitignore(69B)
----README.org(1KB)
----tests()
--------test_table.py(3KB)
--------test_arrangement.py(5KB)
--------test.csv(65B)
--------test_group.py(1KB)
--------test_module.py(159B)
----LICENSE(34KB)
----run_tests(52B)
----tables()
--------table.py(1KB)
--------arrangement.py(5KB)
--------__init__.py(43B)
--------__main__.py(0B)
--------group.py(518B)
----requirements.txt(20B)
----setup.py(670B)