Skip to content

sirMackk/andcat

Repository files navigation

AndCat

AndCat - Logo

AndCat is an Android application written in Python that uses the Kivy framework. It's pretty prototypical.

You can do two things with AndCat: send TCP streams and receive TCP streams. This mean you can send files between any other device that's running AndCat, netcat, or any device that can use TCP sockets.

I made this to learn more about Kivy and to scratch a pain I've always had - transfering larger files from my computer to my phone or tablet. You can read more about how this happened on my blog.

Screenshots

AndCat - File Transfer screen AndCat - Send file screen

Building

I'll make a release build of the app available on the Google Play store soon, for now you gotta build it by hand. If something's not working, there's some good docs.

pip install -r requirements.txt
buildozer android debug
License

Copyright (C) 2016 sirMackk

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Graphics Credits - Logo

Iconka - https://www.iconfinder.com/icons/182515/cat_tied_yarn_icon

About

netcat-like Android app done in Python + Kivy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages