This is a text editor application built using Streamlit and Python.
Here is the GUI:
- Text Editing: Edit text with a customizable input box size.
- Word Count: Get the word count of the entered text.
- Download File: Download the entered text as a .txt file.
- Python
- Streamlit
- Clone the repository to your local machine.
- Install the required dependencies using
pip install streamlit
. - Run the application with Streamlit using
streamlit run text-editor.py
. - Enter your text in the provided text area.
- Utilize the features such as word count and download files as needed.