Shinomni (combination of Shiny and Omni) is Shiny application aggregating a few multi-purpose utilities.
- Analyses UTF8 text files and provides statistical analysis of the usage of various unicode characters, their categories, blocks and scripts.
- Renders and displays glyphs of selected font in order of appearance in font.
- Render given text with Raqm layout engine using specified font, direction and language.
- Install
Shiny Serverby following the instructions here. It also details how to addshinomnito the server. - Clone this repository to your local machine using
git clone https://github.com/roximn148/shinomni - Create a virtual environment in the project directory and activate it
- Install the required Python dependencies using
pip install -r pyproject.toml
Once the installation is complete, you can access the application by opening your web browser and navigating to http://localhost:3838/.