An Airdrop alternative for cross-platform users only for desktop with Python

Related tags

MiscellaneousPyDrop
Overview

PyDrop

An Airdrop alternative for cross-platform users only for desktop with Python, -version 1.0 with less effort, just as a practice.

#################################################################################################################################################################################

Instrucciones Español

  1. Si quieres instalar el código y correrlo desde tu consola sin usar el archivo .exe, deberás instalar los siguientes modulos usando "pip install...", (tqdm, socket)
  2. versión de python 3.x. TEN CUIDADO CON LAS VERSIONES DE 3.10+ puede que no estén habilitadas para los módulos usados.

CÓMO OBTENER TU IP

En la consola "cmd", escribe "ipconfig", deberás encontrar el IPV4 en el caso mío es 192.168.1.93 pero el tuyo será diferente. Deberás colocar en la del archivo "client.py" el host que es tu IPV4: "host = '192.168.1.93'", CÁMBIALO CON TU IPV4. ¡DEBE DE SER EL IPV4 DE EL DISPOSITIVO QUE ESTÁ COMO SERVIDOR!

Por último el archivo se guardará en la dirección en donde se encuentra la APP, si está en el escritorio, se va a guardar ahí.

Si tienes problemas con el código o no entiendes algo contáctame a [email protected]

##################################################################################################################################################################################

English Instructions

  1. If you want to install the code and run it from your console without using the .exe file, you must install the following modules using "pip install ...", (tqdm, socket)
  2. python version 3.x. BE CAREFUL WITH VERSIONS OF 3.10+ they may not be enabled for the modules used.

HOW TO GET YOUR IP

In the console "cmd", write "ipconfig", you should find the IPV4 in my case it is 192.168.1.93 but yours will be different. You must put in the of the file "client.py" the host that is your IPV4: "host = '192.168.1.93'", CHANGE IT WITH YOUR IPV4. ¡IT MUST BE THE IPV4 OF THE DEVICE THAT IS AS A SERVER!

Finally the file will be saved in the address where the APP is located, if it is on the desktop, it will be saved there.

If you have problems with the code or do not understand something, contact me at [email protected]

##################################################################################################################################################################################

Owner
Bernardo Olisan
Backend & Frontend Developer✌️
Bernardo Olisan
Python library to natively send files to Trash (or Recycle bin) on all platforms.

Send2Trash -- Send files to trash on all platforms Send2Trash is a small package that sends files to the Trash (or Recycle Bin) natively and on all pl

Andrew Senetar 224 Jan 04, 2023
Adjust the white point, gamma or make your XDR display darker without losing HDR peak luminance or the ability to adjust display brightness

XDR Tuner Adjust the white point, gamma or make your XDR display darker without losing HDR peak luminance or the ability to adjust display brightness

François Simond 16 Dec 28, 2022
A general-purpose wallet generator, for supported coins only

2gen A general-purpose generator for keys. Designed for all cryptocurrencies supporting the Bitcoin format of keys and addresses. Functions To enable

Vlad Usatii 1 Jan 12, 2022
Parser for RISC OS Font control characters in Python

RISC OS Font control parsing in Python This repository contains a class (FontControlParser) for parsing font control codes from a byte squence, in Pyt

Charles Ferguson 1 Nov 02, 2021
Graphsignal Logger

Graphsignal Logger Overview Graphsignal is an observability platform for monitoring and troubleshooting production machine learning applications. It h

Graphsignal 143 Dec 05, 2022
Бэкапалка таблиц mysql 8 через брокер сообщений nats

nats-mysql-tables-backup Бэкап таблиц mysql 8 через брокер сообщений nats (проверено и работает в ubuntu 20.04, при наличии python 3.8) ПРИМЕРЫ: Ниже

Constantine 1 Dec 13, 2021
creates a batch file that uses adb to auto-install apks into the Windows Subsystem for Android and registers it as the default application to open apks.

wsa-apktool creates a batch file that uses adb to auto-install apks into the Windows Subsystem for Android and registers it as the default application

Aditya Vikram 3 Apr 05, 2022
CBLang is a programming language aiming to fix most of my problems with Python

CBLang A bad programming language made in Python. CBLang is a programming language aiming to fix most of my problems with Python (this means that you

Chadderbox 43 Dec 22, 2022
MDAnalysis tool to calculate membrane curvature.

The MDAkit for membrane curvature analysis is part of the Google Summer of Code program and it is linked to a Code of Conduct.

MDAnalysis 19 Oct 20, 2022
Meaningful and minimalist release notes for developers

Managing manual release notes is hard. Therefore, everyone tends to generate release notes from commit messages. But, you won't get a meaningful release note at the end.

codezri 31 Dec 30, 2022
Cool little Python scripts & projects I've made.

Little Python Projects A repository for neat little Python scripts I've made! How to run a script: *NOTE: You'll need to install Python v3 or higher.

dood 1 Jan 19, 2022
Mmr image postbot - Бот для создания изображений с новыми релизами в сообщество ВК MMR Aggregator

Mmr image postbot - Бот для создания изображений с новыми релизами в сообщество ВК MMR Aggregator

Max 3 Jan 07, 2022
Prototype application for GCM bias-correction and downscaling

dodola Prototype application for GCM bias-correction and downscaling This is an unstable prototype. This is under heavy development. Features Nothing!

Climate Impact Lab 9 Dec 27, 2022
Forward RSS feeds to your email address, community maintained

Getting Started With rss2email We highly recommend that you watch the rss2email project on GitHub so you can keep up to date with the latest version,

248 Dec 28, 2022
VirtualBox Power Driver for MAAS (Metal as a Service)

vboxpower VirtualBox Power Driver for MAAS (Metal as a Service) A way to manage the power of VirtualBox virtual machines via the MAAS webhook driver.

Saeid Bostandoust 131 Dec 17, 2022
Intelligent Employer Profiling Platform.

Intelligent Employer Profiling Platform Setup Instructions Generating Model Data Ensure that Python 3.9+ and pip is installed. Install project depende

Harvey Donnelly 2 Jan 09, 2022
Exploiting Linksys WRT54G using a vulnerability I found.

Exploiting Linksys WRT54G Exploit # Install the requirements. pip install -r requirements.txt ROUTER_HOST=192.169.1.1 ROUTER_USERNAME=admin ROUTER_P

Elon Gliksberg 31 May 29, 2022
Project of the MSEC_LDD . group

HackathonJuntionXHN Project of team MSEC_LQĐ What did we do? Building application to generate whitelist regex for Web application firewall How to setu

Nguyễn Mạnh Cường 0 Dec 19, 2021
PIP Manager written in python Tkinter

PIP Manager About PIP Manager is designed to make Python Package handling easier by just a click of a button!! Available Features Installing packages

Will Payne 9 Dec 09, 2022
Radiosonde Telemetry Decoders

Radiosonde Telemetry Frame Decoders This repository is an attempt to collate the various sources of information on how to decode radiosonde telemetry

Project Horus 3 Jan 04, 2022