# subwayGo **Repository Path**: bruce_yu/subwayGo ## Basic Information - **Project Name**: subwayGo - **Description**: show the shorttest path to destination station by subway(the first project in SE class) - **Primary Language**: Python - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # subwayGo show the shortest path to destination station by subway(the first project in SE class) --- # 运行环境:Python3.7 第三方库: > PyQt5 > PyQt5-sip --- # TO-DO >- [x] read subway system file by ".csv" >- [x] save and load caches by "pickle" >- [x] get station information and subway route information >- [x] consider how to solve circle route problem >- [x] design UI >- [x] finished function to show routes information >- [x] finished function to show best path to destination >- [x] bug fix and optimize ---