文件名称:amity-space-allocation:Python控制台应用程序可在Amity中分配生活空间和办公室空间
文件大小:76KB
文件格式:ZIP
更新时间:2024-05-20 10:23:51
Python
友善空间分配
一个用于在Amity中分配办公室和生活空间的Python控制台应用程序。
安装
从GitHub克隆仓库:
git clone https://github.com/mbithenzomo/amity-space-allocation
从features-review分支获取:
git fetch origin features-review
导航到根文件夹:
cd amity-room-allocation
安装所需的软件包:
pip install -r requirements.txt
启动程序
运行python app.py -i
用法
create_room (Living|Office)
【文件预览】:
amity-space-allocation-master
----.gitignore(35B)
----requirements.txt(405B)
----.travis.yml(220B)
----db()
--------__init__.py(0B)
--------database.py(7KB)
----models()
--------__init__.py(44B)
--------amity.py(12KB)
--------rooms.py(696B)
--------people.py(694B)
----README.md(3KB)
----tests()
--------test_database.py(2KB)
--------test_amity.py(7KB)
----people.txt(222B)
----.coveragerc(155B)
----app.py(4KB)
----screenshot.jpg(66KB)