Skip to content

shpat-devv/Chatify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

55 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Welcome to Chatify ๐Ÿš€

Chatify is an online chatting application designed for Windows users, providing a seamless and intuitive platform for real-time communication. With Chatify, users can connect with friends, colleagues, or family members effortlessly, no matter where they are.

Table of Contents

Key Features

  1. Real-Time Messaging: Enjoy instant messaging with friends and groups in real-time, making communication efficient and interactive.
  2. User-Friendly Interface: Chatify boasts a sleek and intuitive interface, ensuring a seamless user experience for both novice and experienced users.
  3. Customization Options: Personalize your chatting experience with customizable themes, emojis, and notification settings, making Chatify truly yours.

Installation

Using Visual Studio (highly recommended)

  1. Install visual Studio here

  2. Once opened, clone the repo https://github.com/Uglypr1nces/Chatify.git in Visual Studio

  3. Run project, you will get a file missing error but dont worry, after youve ran it, execute the file_mover.ps1 using powershell

  4. Enjoy!

Using Command Line

  1. Clone Chatify.
   git clone https://github.com/Uglypr1nces/Chatify.git
  1. Install dotnet.
   curl -SL -o dotnet-install.ps1 https://dot.net/v1/dotnet-install.ps1
   powershell -ExecutionPolicy Bypass -File dotnet-install.ps1
   dotnet --version
  1. Build and run the program on your Windows system.
   cd Chatify
   dotnet build Chatify.sln
  1. Move necessary files:
    powershell -file file_mover.ps1
  1. Enjoy!
   cd Chatify/bin/Debug
   Chatify.exe

Server

  1. Create ngrok account: https://ngrok.com/
  2. Download ngrok
  3. Move ngrok.exe in the server folder
  4. Run ngrok
    ngrok.exe tcp 8000
  5. Run python server (in a seperate terminal)
    python3 main.py

Contributing

We welcome contributions from the community to help improve Chatify further. Whether it's fixing bugs, adding new features, or enhancing the UI, your contributions are highly appreciated.

End result

alt text

alt text

About

Welcome to Chatify ๐Ÿš€ Chatify is an online chatting application designed for Windows users, providing a seamless and intuitive platform for real-time communication. With Chatify, users can connect with friends, colleagues, or family members effortlessly, no matter where they are.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors