Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.26 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.26 KB

HYU Navigator

한양대학교 서울캠퍼스 보행자를 위한 최적 경로 찾기.

Optimal path search for HYU Seoul Campus.

Getting Started

WARNING; This project hasn't be tested in macOS/Linux environments. I hope you run this project in Windows

Prerequisites

Install the dependencies

$ pip install networkx PyQt4

or

$ pip3 install networkx PyQt4

Installing

  1. Clone this repository or download ZIP.
$ git clone https://github.com/machenity/hyu-navigator.git
  1. Run gui.py.
$ cd hyu-navigator
$ python run.py

If you use both python2 & 3, try this.

$ python3 run.py

Built With

Contributing

Please send email to [email protected] for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Special thanks to 김휘찬, 이지원, 심승현, 윤민석, 조한빛.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • This was made for 소프트웨어입문설계.