Skip to content

Latest commit

 

History

History
97 lines (63 loc) · 2.82 KB

README.md

File metadata and controls

97 lines (63 loc) · 2.82 KB
Radzor_GUI

 

Radzor_GUI

Github top language

Github language count

Repository size

License

Github issues

Github forks

Github stars

Status
🚧 Radzor_GUI 🚀 Under construction... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

This repo holds the offical Razdor client you can use it to connect to and share messages with friends!

✨ Features

✔️ Fast;
✔️ Reliable;
✔️ Secure;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Python installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/RazdorChat/razdor_GUI
# cd into the dir
$ cd radzor_gui

# Install dependencies
$ pip install -r requirements.txt

# Run the project
$ cd src/app
$ python3 main.py

# The server will open a window with the client

📝 License

This project is under license from (license is being decided). For more details, see the LICENSE file.

Made with ❤️ by Serbirial and Babymusk

 

Back to top