This project has several features. Here they are.
-
Remote access to files. For people who are too lazy for USB sticks.
-
Handy qrcodes. For that type of guys who can't memorise a single digit.
-
QT5 client for both host and client. For people who don't know about
localhost:80
-
Admin account for ease of management. Jokes on you people with mania of power.
-
API. Because you might feel like a hackerman.
-
Dark Theme. For those who are devs in their hearts.
- download zip archive of this repository.
- If you're on windows, run
req_install.bat
file. - then, double-click on
manager.py
file. - Graphical User Interface should appear, click Run Server button to start the service.
- open terminal in folder where you'd like to install CatClient.
git clone https://github.com/Veseha/CatClient.git && cd /CatClient
python3 manager.py
to run GUI orpython3 main.py
to run