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
A web app for presenting my research in BEM(building energy model) simulation

BEM(building energy model)-SIM-APP The is a web app presenting my research in BEM(building energy model) calibration. You can play around with some pa

8 Sep 03, 2021
Tindicators is a Python library to calculate the values of various technical indicators

Tindicators is a Python library to calculate the values of various technical indicators

omar 3 Mar 03, 2022
Simple application that does transformation with HPF and LPFs.

Simple application that applies Butterworth, Gaussian & Ideal kernels on HPF and LPFs -aka Frequency Domain Filtering- Upload image from sidebar, set

Merve Noyan 3 Jul 06, 2022
Pseudometa's dotfiles

pseudometa's dotfiles Table of Contents Why this repository? How this Repository works Special Explanations Got an idea for an improvement? Contact Wh

pseudometa 23 Dec 27, 2022
Tool to generate wrappers for Linux libraries allowing for dlopen()ing them without writing any boilerplate

Dynload wrapper This program will generate a wrapper to make it easy to dlopen() shared objects on Linux without writing a ton of boilerplate code. Th

Hein-Pieter van Braam 25 Oct 24, 2022
The Python Fuzzer that the world deserves 🐍

pip3 install frelatage Current release : 0.0.2 The Python Fuzzer that the world deserves Installation | How it works | Features | Use Frelatage | Conf

Rog3r 219 Dec 21, 2022
Project in which we modelise an Among Us problem using graph theories.

Python-AmongUsProblem Project in which we modelise an Among Us problem using graph theories. The rules are as following: Total of 100 players 10 playe

Gabriel Shenouda 1 Feb 09, 2022
Driving lessons made simpler. Custom scheduling API built with Python.

NOTE This is a mirror of a GitLab repository. Dryvo Dryvo is a unique solution for the driving lessons industry. Our aim is to save the teacher’s time

Adam Goldschmidt 595 Dec 05, 2022
A tool for RaceRoom Racing Experience which shows you launch data

R3E Launch Tool A tool for RaceRoom Racing Experience which shows you launch data. Usage Run the tool, change the Stop Speed to whatever you want, and

Yuval Rosen 2 Feb 01, 2022
This is where I learn machine learning

This is where I learn machine learning🤷‍ This means that this repo covers no specific topic of machine learning or a project - I work in here when I want to learn/try something

Wilhelm Berghammer 47 Nov 16, 2022
Checks for Vaccine Availability at your district and notifies you using E-mail, subscribe to our website.

Vaccine Availability Notifier Project Description Checks for Vaccine Availability at your district and notifies you using E-mail every 10 mins. Kindly

Farhan Hai Khan 19 Jun 03, 2021
A free and powerful system for awareness and research of the American judicial system.

CourtListener Started in 2009, CourtListener.com is the main initiative of Free Law Project. The goal of CourtListener.com is to provide high quality

Free Law Project 332 Dec 25, 2022
Write-ups for CTF Internacional MetaRed 2021 5th stage

MetaRed2021-5th-Writeups Write-ups for CTF Internacional MetaRed 2021 5th stage Easy (15) No Status Category Name Creator(s) 01 Done osint Cybersecuri

UA Cybersecurity 2 Dec 22, 2021
Tools to convert SQLAlchemy models to Pydantic models

Pydantic-SQLAlchemy Tools to generate Pydantic models from SQLAlchemy models. Still experimental. How to use Quick example: from typing import List f

Sebastián Ramírez 893 Dec 29, 2022
Pequenos programas variados que estou praticando e implementando, leia o Read.me!

my-small-programs Pequenos programas variados que estou praticando e implementando! Arquivo: automacao Automacao de processos de rotina com código Pyt

Léia Rafaela 43 Nov 22, 2022
本仓库整理了腾讯视频、爱奇艺、优酷、哔哩哔哩等视频网站中,能够观看的「豆瓣电影 Top250 榜单」影片。

Where is top 250 movie ? 本仓库整理了腾讯视频、爱奇艺、优酷、哔哩哔哩等视频网站中,能够观看的「豆瓣电影 Top250 榜单」影片,点击 Badge 可跳转至相应的电影首页。

MayanDev 123 Dec 22, 2022
combs is a package used to generate all possible combinations of a given length k on a given set.

The package combs is a package used to generate all possible combinations of a given length k on a given set. The set is given as a list, and k must b

1 Dec 24, 2021
1 May 12, 2022
Script to use SysWhispers2 direct system calls from Cobalt Strike BOFs

SysWhispers2BOF Script to use SysWhispers2 direct system calls from Cobalt Strike BOFs. Introduction This script was initially created to fix specific

FalconForce 101 Dec 20, 2022
Python API for HotBits random data generator

HotBits Python API Python API for HotBits random data generator. Description This project is random data generator. It uses is HotBits API web service

Filip Š 2 Sep 11, 2020