Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siddhantsadangi/spellbee
Interactive Spellbee app.
https://github.com/siddhantsadangi/spellbee
app cli cli-app education fun gui gui-application python spellbee spelling streamlit tkinter
Last synced: 3 months ago
JSON representation
Interactive Spellbee app.
- Host: GitHub
- URL: https://github.com/siddhantsadangi/spellbee
- Owner: SiddhantSadangi
- License: gpl-3.0
- Created: 2022-08-06T10:47:11.000Z (over 2 years ago)
- Default Branch: streamlit
- Last Pushed: 2023-07-30T21:18:56.000Z (over 1 year ago)
- Last Synced: 2024-05-01T13:56:10.996Z (9 months ago)
- Topics: app, cli, cli-app, education, fun, gui, gui-application, python, spellbee, spelling, streamlit, tkinter
- Language: Python
- Homepage: https://spellbee.streamlit.app
- Size: 35.6 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐝 Spellbee App
How good are you at spelling?
Try this interactive Spellbee app to find out!## Usage
There are three interfaces of this app - Streamlit, command-line (CLI) (deprecated), and graphical (GUI) (deprecated).
The Streamlit application can be run online, while the other two need to be downloaded.
The CLI app is faster, but the GUI app is slightly smaller and more user-friendly.|Streamlit|CLI|GUI
|:-:|:-:|:-:
|![streamlit](https://user-images.githubusercontent.com/41324509/236699782-1176e4b1-0ac8-4e1d-8b92-f3c5759b2f4e.png)|![cli](https://user-images.githubusercontent.com/41324509/184543236-a14c2567-68fb-453c-bdd5-49c01f251b6c.png)|![gui](https://user-images.githubusercontent.com/41324509/184543285-222e7c2c-7be1-48fc-8c76-0c0da5dc97f8.png):warning: All interfaces require internet access to run.
### Streamlit
[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://spellbee.streamlit.app/)### CLI/GUI (deprecated)
#### WindowsJust download and run the executables from the below link:
|CLI|GUI
|:-:|:-:
|[spellbee_cli.exe](https://github.com/SiddhantSadangi/spellbee/raw/main/cli/spellbee_cli.exe)|[spellbee_gui.exe](https://github.com/SiddhantSadangi/spellbee/raw/main/gui/spellbee_gui.exe)#### Other platforms
You will need to download and build from the source.
1. Installation
```bash
git clone https://github.com/siddhantsadangi/spellbee
cd SpellBee\ # Use `cli` or `gui`
pip install -r requirements.txt
```2. Usage
```bash
python .\spellbee.py
```### :wrench: To report bugs, please create an [issue](https://github.com/SiddhantSadangi/spellbee/issues/new)
### :email: To submit feedback, please reach out to me at [[email protected]](mailto:[email protected]) and/or connect with me on [LinkedIn](https://linkedin.com/in/siddhantsadangi)