Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsleonb/genshin-furnishings
Python app to help identify needed furnishings to craft/buy and materials required for claiming gift sets in Genshin Impact
https://github.com/itsleonb/genshin-furnishings
genshin-impact pandas streamlit
Last synced: about 1 month ago
JSON representation
Python app to help identify needed furnishings to craft/buy and materials required for claiming gift sets in Genshin Impact
- Host: GitHub
- URL: https://github.com/itsleonb/genshin-furnishings
- Owner: itsLeonB
- Created: 2024-05-14T06:59:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T09:45:35.000Z (7 months ago)
- Last Synced: 2024-05-22T10:47:31.771Z (7 months ago)
- Topics: genshin-impact, pandas, streamlit
- Language: Python
- Homepage: https://genshin-furnishings.streamlit.app
- Size: 7.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Genshin Impact Furnishings Gift Set Helper
This app helps to identify needed furnishings to craft/buy and materials required for claiming gift sets.
## Prerequisites
This project is built using:
- Python 3.9.13
- Pandas
- MongoDB
- Streamlit
- Firebase (for authentication)## Local Deployment
1. Clone the project
2. Install dependencies:
```sh
pip install -r requirements.txt
```
3. Make a new directory `.streamlit` and move `secrets.example.toml` there
4. Rename the file to `secrets.toml`, and edit the values inside to your own values
5. Make sure your Firebase project has the Authentication enabled
6. Start the Streamlit server:
```sh
streamlit run main.py
```