https://github.com/iamjunioru/populargamedata-streamlit
๐ฎ {populargamedata} is an interactive platform using streamlit and python that provides comprehensive and accessible data analysison popular games.
https://github.com/iamjunioru/populargamedata-streamlit
python streamlit
Last synced: 2 months ago
JSON representation
๐ฎ {populargamedata} is an interactive platform using streamlit and python that provides comprehensive and accessible data analysison popular games.
- Host: GitHub
- URL: https://github.com/iamjunioru/populargamedata-streamlit
- Owner: iamjunioru
- Created: 2023-09-06T02:41:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T18:40:37.000Z (almost 3 years ago)
- Last Synced: 2026-03-29T01:27:36.299Z (3 months ago)
- Topics: python, streamlit
- Language: Python
- Homepage: https://populargamedata.streamlit.app
- Size: 2.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
<
{populargamedata}.
this code consists of a final project carried out in the course of the
decision support systems (DSS or SAD) - information systems course - IFCE, Campus Cedro.
{populargamesdata} is an interactive platform using streamlit that provides comprehensive
and accessible data analysison popular video games released between 1980 and 2023.
It provides detailed information on various aspects of games including
[ release date, user and critic ratings, developers, genres, and more, and more. ]
ยท view code
or
commits ยท
website ๐ฎ {populargamedata}
---
๐ the visual:

---
๐ง features | menu select
```python
"๐ฐ home",
"๐ the dataset",
"๐ search all by game",
"๐ popular games by genre",
"๐ popular games by year",
"๐ popular games by dev",
"๐ more rated games",
"๐ best rated games",
"๐ best rated games by year",
"๐ games released in year",
"๐ worst by genre",
"๐ worst by year",
"๐ worst by developer",
"๐ worst overral",
"๐ฒ most played by year",
"๐ฒ least played by year",
"๐ wishlist but no played",
"๐ wishlist games",
"๐ฎ played games",
"๐ฎ playing games"
```
---
๐ฉโ๐ป project created using:
- `python 3.10, pandas, streamlit, seaborn, matplotlib.`
---
### ๐ how to install:
running the project requires the installation of ๐ python and `requirements.txt`. you can get those in the following link:
- [python Installation](https://www.python.org/downloads)
you can clone this repository with:
```bash
git clone https://github.com/iamjunioru/populargamedata-streamlit.git
```
or fork/download the released zip file.
after fork or clone the repository to your to your machine.
install `requirements.txt `:
```bash
pip install -r requirements.txt
```
---
### โก how to run:
then, run the following commands on cmd or powershell:
```bash
cd src
```
you can start server with:
```bash
streamlit run app.py
```
---
made with โค๏ธ.
---