Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.