A simple Event Management System built with Python and Streamlit. This application allows users to view, add, update, and delete events using a user-friendly interface.
🚀 Features:
View all events
Add new events
Update event details
Delete events
Session-based event management
Tech Stack:
Python
Streamlit
VS Code
How to Run:
1️⃣ Clone the repository: git clone:https://github.com/PAVAN-538/EVENT-MANAGEMENT_Python.git
2️⃣ Navigate to the project folder:
cd Event-Management_Python
3️⃣ Install dependencies:
pip install -r requirements.txt
4️⃣ Run the app:
python -m streamlit run app.py