A simple and lightweight Notepad application built using Python and Streamlit. This application allows users to write text, save it as a .txt file, and clear all content through an intuitive web interface. It is a beginner-friendly project created to practice building interactive web applications with Streamlit.
- 📝 Write text notes
- 💾 Save notes as
.txtfiles - 🗑️ Clear all content with a single click
- ⚡ Simple and responsive user interface
- 🌐 Runs directly in your web browser
- Python
- Streamlit
Notepad-GUI/
├── notepad.py
├── requirements.txt
└── README.md
git clone https://github.com/manaskainth14-collab/Notepad-GUI.gitcd Notepad-GUIpip install -r requirements.txtstreamlit run notepad.pyAdd a screenshot of your application here.
Example:
This project was developed to learn the fundamentals of Streamlit and build a simple web-based application using Python. It demonstrates basic concepts such as text input, file handling, and interactive user interfaces.
Contributions are welcome! Feel free to fork the repository, make improvements, and submit a pull request.
This project is licensed under the MIT License.