Console App with MySQL Database and working as Client/Server Thread application (PYTHON)
App represent some shop with songs from different authors. You might be as author and as custommer!
(Programm created for learning MySQL Database and Server/Client communications using Threads)
You have some commands:
- reg - registration;
- auth - authorization;
- !exit - safe exit;
After success registration/authorization you might:
- all songs - show all songs with authors and tags;
- add songs - add you songs (name song have to unique for your account);
- my songs - show all you added songs;
- buy song - buy song other author;
- buying songs - show all your's buying songs;
- all tags - show all available tags;