Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhammadahmed-0/text-editor
This is a text editor application built using Streamlit and Python.
https://github.com/muhammadahmed-0/text-editor
python-web-application text-editor text-editor-in-python word-count-tool word-count-tool-in-python
Last synced: 2 days ago
JSON representation
This is a text editor application built using Streamlit and Python.
- Host: GitHub
- URL: https://github.com/muhammadahmed-0/text-editor
- Owner: MuhammadAhmed-0
- Created: 2024-03-30T06:08:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T06:15:42.000Z (7 months ago)
- Last Synced: 2024-03-30T07:23:28.147Z (7 months ago)
- Topics: python-web-application, text-editor, text-editor-in-python, word-count-tool, word-count-tool-in-python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Editor in Python
This is a text editor application built using Streamlit and Python.Here is the GUI:
![image](https://github.com/MuhammadAhmed-0/text-editor/assets/92883593/cb70b0e6-0910-4cb3-bf6a-3dafe0677df9)
## Features
- **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.## Technologies Used
- Python
- Streamlit## How to Use
1. Clone the repository to your local machine.
2. Install the required dependencies using `pip install streamlit`.
3. Run the application with Streamlit using `streamlit run text-editor.py`.
4. Enter your text in the provided text area.
5. Utilize the features such as word count and download files as needed.