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.
- Real-Time Messaging: Enjoy instant messaging with friends and groups in real-time, making communication efficient and interactive.
- User-Friendly Interface: Chatify boasts a sleek and intuitive interface, ensuring a seamless user experience for both novice and experienced users.
- Customization Options: Personalize your chatting experience with customizable themes, emojis, and notification settings, making Chatify truly yours.
-
Install visual Studio here
-
Once opened, clone the repo https://github.com/Uglypr1nces/Chatify.git in Visual Studio
-
Run project, you will get a file missing error but dont worry, after youve ran it, execute the file_mover.ps1 using powershell
-
Enjoy!
- Clone Chatify.
git clone https://github.com/Uglypr1nces/Chatify.git- Install dotnet.
curl -SL -o dotnet-install.ps1 https://dot.net/v1/dotnet-install.ps1
powershell -ExecutionPolicy Bypass -File dotnet-install.ps1
dotnet --version- Build and run the program on your Windows system.
cd Chatify
dotnet build Chatify.sln- Move necessary files:
powershell -file file_mover.ps1- Enjoy!
cd Chatify/bin/Debug
Chatify.exe- Create ngrok account: https://ngrok.com/
- Download ngrok
- Move ngrok.exe in the server folder
- Run ngrok
ngrok.exe tcp 8000
- Run python server (in a seperate terminal)
python3 main.py
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.

