Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

feat: add `main()` function to `app.py` for command-line app execution #121

Closed Rebekah-Chuang closed 7 months ago

Rebekah-Chuang commented 7 months ago

This PR introduces a main() function to app.py, enabling the app's execution from the command line. This enhancement facilitates users in running the app directly without the need to interact with the graphical user interface (GUI).

Note: I'm adding this because I'm wondering if users want to pip install the package to their local machine instead of accessing to the webpage online, it might be useful for them to run the app by just calling one simple command(ex: VizAble.run or something similar).

closes #120