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
Mixtaper - Web app to make mixtapes

Mixtaper A web app which allows you to input songs in the form of youtube links

suryansh 1 Feb 14, 2022
Ballistic calculator for Airsoft

Ballistic-calculator-for-Airsoft 用于Airsoft的弹道计算器 This is a ballistic calculator for airsoft gun. To calculate your airsoft gun's ballistic, you should

3 Jan 20, 2022
2021华为软件精英挑战赛 程序输出分析器

AutoGrader 0.2.0更新:加入资源分配溢出检测,如果发生资源溢出会输出溢出发生的位置。 如果通过检测,会显示通过符号 如果没有通过检测,会显示警告,并输出溢出发生的位置和操作

54 Aug 14, 2022
An almost fully customizable language made in python!

Whython is a project language, the idea of it is that anyone can download and edit the language to make it suitable to what they want.

Julian 47 Nov 05, 2022
Robotic hamster to give you financial advice

hampp Robotic hamster to give you financial advice. I am not liable for any advice that the hamster gives. Follow at your own peril. Description Hampp

1 Nov 17, 2021
Your self-hosted bookmark archive. Free and open source.

Your self-hosted bookmark archive. Free and open source. Contents About LinkAce Support Setup Contribution About LinkAce LinkAce is a self-hosted arch

Kevin Woblick 1.7k Jan 03, 2023
To effectively detect the faulty wafers

wafer_fault_detection Aim of the project: In electronics, a wafer (also called a slice or substrate) is a thin slice of semiconductor, such as crystal

Arun Singh Babal 1 Nov 06, 2021
AIO solution for SSIS students

ssis.bit AIO solution for SSIS students Hardware CircuitPython supports more than 200 different boards. Locally available is the TTGO T8 ESP32-S2 ST77

3 Jun 05, 2022
Unofficial package for fetching users information based on National ID Number (Tanzania)

Nida Unofficial package for fetching users information based on National ID Number made by kalebu Installation You can install it directly or using pi

Jordan Kalebu 57 Dec 28, 2022
ESteg - A simple steganography program for python

ESteg A simple steganography program to embed the contents of a text file into a

Jithin Renji 1 Jan 02, 2022
Amazon SageMaker Delta Sharing Examples

This repository contains examples and related resources showing you how to preprocess, train, and serve your models using Amazon SageMaker with data fetched from Delta Lake.

Eitan Sela 5 May 02, 2022
My Analysis of the VC4 Assembly Code from the RPI4

My Analysis of the VC4 Assembly Code from the RPI4

Nicholas Starke 31 Jul 13, 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
Find out where all films you want to watch are streaming

Just Watch Letterboxd Find out where all films you want to watch are streaming Ever wonder what films you want to watch are already on the streaming p

Jordan Oslislo 2 Feb 04, 2022
A way to write regex with objects instead of strings.

Py Idiomatic Regex (AKA iregex) Documentation Available Here An easier way to write regex in Python using OOP instead of strings. Makes the code much

Ryan Peach 18 Nov 15, 2021
Blender-miHoYo-Shaders - Shaders for Blender attempting to replicate the shading of games developed by miHoYo

Blender-miHoYo-Shaders - Shaders for Blender attempting to replicate the shading of games developed by miHoYo

Matsuri 449 Jan 07, 2023
NFT generator for Solana!

Solseum NFT Generator for Solana! Check this guide here! Creating your randomized uniques NFTs, getting rarity information and displaying it on a webp

Solseum™ VR NFTs 145 Dec 30, 2022
Insert a Spotify Playlist, Get a list of YouTube URLs from it.

spotbee This is a module that spits out YouTube URLs from Spotify Playlist URLs Why use this? It is asynchronous which makes it compatible to use with

Nishant Sapkota 10 Apr 06, 2022
Package to provide translation methods for pyramid, and means to reload translations without stopping the application

Package to provide translation methods for pyramid, and means to reload translations without stopping the application

Grzegorz Śliwiński 4 Nov 20, 2022
Reload all Blender add-on modules

Reload-Addon This add-on creates a list of the modules that the add-on selected in the drop-down menu contains and reloads them with the keyboard shor

2 Dec 02, 2021