NekoShare File Transfer is a file transfer application for Desktop PC that allows users to send and receive files.
- Portable No Installation
- PC to PC File Transfer
- File Transfer Mobile to PC
- Scan QR Code
- Website Based Client
- Tailwind CSS for styling
- Python 3.10
- pip
- Install the dependencies:
pip install -r requirements.txt- Run the code:
python nekoshare-portable.py- Build for Windows .exe:
pyinstaller --onefile --windowed --icon="assets/icon.ico" --add-data "assets;assets" --name "NekoShare File (Desktop) Portable Win x64" nekoshare-portable.py- Package Directory Structure .deb:
Linux/nekoshare-portable-v1.0.0-x64/
├── DEBIAN/
│ └── control
└── usr/
├── bin/
│ └── nekoshare
└── share/
└── applications/
│ └── nekoshare.desktop
└── pixmaps/
└── nekoshare.png
Build the package on Linux Terminal
dpkg-deb --build nekoshare-portable-v1.0.0-x64This template comes with Tailwind CSS already configured for a simple default starting experience. You can use whatever CSS framework you prefer.
This application was developed by Rizko Imsar with the aim of making it easier to send files between devices.
This application is open-source and released under the MIT License.
