Have you encountered an issue where you need to transfer a file from your computer to your mobile phone? Then this program is just suited for you. This program allows the user to share file from computer to any device connected to the internet. The file can only be downloaded after a password is entered which is displayed at the time of sharing for added level of security.
File Path and a part of IP is redacted 👆
Run 👇
pip3 install -r requirements-main.txt
Once dependencies are downloaded. Run the app
python3 main.py
That's It!!! Nothing complicated 😄
pyperclip~=1.8.2
requests~=2.31.0
customtkinter~=5.2.0
flask~=3.0.0
Pillow~=10.1.0
qrcode~=7.4.2
rumps~=0.4.0
Run 👇
pip3 install -r requirements-MenuBarApp.txt
Once dependencies are downloaded. Run the app
python3 MenuBarMain.py
pyperclip~=1.8.2
requests~=2.31.0
flask~=3.0.0
rumps~=0.4.0