https://github.com/st235/hse.oop.week7
Higher School of Economics. Python final project 🎓
https://github.com/st235/hse.oop.week7
Last synced: about 2 months ago
JSON representation
Higher School of Economics. Python final project 🎓
- Host: GitHub
- URL: https://github.com/st235/hse.oop.week7
- Owner: st235
- License: mit
- Created: 2022-10-30T10:13:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T22:54:26.000Z (over 3 years ago)
- Last Synced: 2025-01-15T06:49:37.607Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HSE. Object-Oriented Programming. Python Final Project.
Hello my classmates 👋
This is the Python object-oriented programming course final project.
The project introduces 3 pages: tables status, tables booking and tables management.
## Build
```bash
pip install -r requirements.txt
streamlit run src/app.py
```
_P.S.: Have fun!_