Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neox1de/lappy
a simple web application built with Python and Flask. It provides a user-friendly interface for sending text to the clipboard and uploading files.
https://github.com/neox1de/lappy
flask python web-app
Last synced: 11 days ago
JSON representation
a simple web application built with Python and Flask. It provides a user-friendly interface for sending text to the clipboard and uploading files.
- Host: GitHub
- URL: https://github.com/neox1de/lappy
- Owner: neox1de
- Created: 2024-11-17T13:55:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T14:01:32.000Z (3 months ago)
- Last Synced: 2024-11-17T15:17:45.781Z (3 months ago)
- Topics: flask, python, web-app
- Language: HTML
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LapPy
LapPy is a simple web application built with Python and Flask. It provides a user-friendly interface for sending text to the clipboard and uploading files.
## Installation
To run LapPy, you need to install Flask:
```bash
pip3 install flask pyperclip
```## Usage
1. Clone the repository:
```bash
git clone https://github.com/neox1de/LapPy
```2. Activate the virtual environment:
```bash
source venv/bin/activate
```3. Run the main script:
```bash
python src/main.py
```4. Copy the local network IP address displayed in the terminal.
5. Open a web browser and navigate to `http://:8080` to access the application.## Features
- Send text to the clipboard
- Upload files to the server## Contributing
Contributions are welcome! Please feel free to fork and modify the code as needed.