Skip to content

I designed a database website ๐ŸŒ that can be uploaded easily for use ๐Ÿ“ค. You can check my website ๐Ÿ‘€.

Notifications You must be signed in to change notification settings

kAmmarah/data-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

data-sample

๐Ÿ’ป Project Name: Data Sample Web App ๐Ÿ“Šโœจ


๐ŸŒŸ Purpose of the Web App:

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.


๐Ÿ›  Steps I Followed to Create This App:


1๏ธโƒฃ I created a project folder ๐Ÿ“‚

  • Named it: d-s.py
  • Inside it, I added:
    • d-s.py โ€” My Streamlit Python file ๐Ÿ
    • requirements.txt โ€” For library dependencies
    • data_sample.xlsx โ€” Sample Excel data file (optional)

2๏ธโƒฃ I set up a Virtual Environment ๐Ÿ

  • To keep my project clean and separate:
python3 -m venv venv
source venv/bin/activate

3๏ธโƒฃ I installed important libraries ๐Ÿ“š

pip install streamlit pandas openpyxl matplotlib seaborn
  • I added these to requirements.txt โœ…

4๏ธโƒฃ I wrote the main Streamlit App code ๐Ÿ–ฅ๏ธ

  • 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 โค๏ธ"

5๏ธโƒฃ I run my Streamlit App ๐Ÿš€

streamlit run d-s.py

โœ… It opened automatically in my browser ๐ŸŒ


6๏ธโƒฃ Key Features I Added โœจ

โœ” Upload Excel file
โœ” View Data Table ๐Ÿ—’
โœ” Show Statistics (average, min, max) ๐Ÿ“ˆ
โœ” Data Visualization with Charts ๐Ÿ“Š
โœ” Hidden Message: "Created by Ammara โค๏ธ" ๐Ÿ”’


7๏ธโƒฃ I can Deploy this App Online ๐ŸŒ

  • On Replit (Optional)

  • Streamlit Cloud

  • PythonAnywhere

  • ๐ŸŽ‰ Your Data Sample Web App is ready!

About

I designed a database website ๐ŸŒ that can be uploaded easily for use ๐Ÿ“ค. You can check my website ๐Ÿ‘€.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages