This app helps you 📥 upload Excel data, 📑 view the data, 🧮 analyze the data (like average, minimum, maximum), and 📈 visualize the data using graphs — all on a web page created by Streamlit.
- Named it:
d-s.py - Inside it, I added:
d-s.py— My Streamlit Python file 🐍requirements.txt— For library dependenciesdata_sample.xlsx— Sample Excel data file (optional)
- To keep my project clean and separate:
python3 -m venv venv
source venv/bin/activatepip install streamlit pandas openpyxl matplotlib seaborn- I added these to
requirements.txt✅
- My app:
- Shows a Title with Emojis 🎉
- Has a file uploader to upload Excel data 📥
- Displays uploaded data in table form 📝
- Gives a data summary (mean, count, etc.) 📊
- Creates beautiful charts and graphs 📈
- Shows a secret message: "Created by Ammara ❤️"
streamlit run d-s.py✅ It opened automatically in my browser 🌐
✔ Upload Excel file
✔ View Data Table 🗒
✔ Show Statistics (average, min, max) 📈
✔ Data Visualization with Charts 📊
✔ Hidden Message: "Created by Ammara ❤️" 🔒
-
On Replit (Optional)
-
Streamlit Cloud
-
PythonAnywhere