Skip to content

This is a text editor application built using Streamlit and Python.

Notifications You must be signed in to change notification settings

MuhammadAhmed-0/text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Text Editor in Python

This is a text editor application built using Streamlit and Python.

Here is the GUI:

image

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.

Releases

No releases published

Packages

No packages published

Languages