https://github.com/xingyaoww/port-manager
https://github.com/xingyaoww/port-manager
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xingyaoww/port-manager
- Owner: xingyaoww
- Created: 2022-07-12T04:07:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T03:35:05.000Z (over 2 years ago)
- Last Synced: 2025-02-04T19:51:25.414Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Port Management
## Environment
```bash
conda env create -f environment.yml
conda activate port-manager
```## Run the application
```bash
streamlit run port-manager.py --server.port 7200
```