Skip to content

VCGithubCode/python-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Chat App 💬

Demo App

Video Tutorial on Youtube

About This Course:

  • 🚀 Python virtual environment setup
  • 💬 Socket.io and Flask integration
  • ✨ JavaScript on the frontend
  • ✅ Deployment at the end

Run the App Locally

  1. Clone the repository:
git clone https://github.com/burakorkmez/python-chat.git
  1. Navigate to the project directory:
cd python-chat
  1. Create a virtual environment:
  • On macOS and Linux:
python3 -m venv venv
  • On Windows:
python -m venv venv
  1. Activate the virtual environment:
  • On macOS and Linux:
source venv/bin/activate
  • On Windows:
venv\Scripts\activate
  1. Install the dependencies:
  • On macOS and Linux:
pip3 install -r requirements.txt
  • On Windows:
pip install -r requirements.txt
  1. Run the app:
  • On macOS and Linux:
python3 app.py
  • On Windows:
python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 78.3%
  • Python 21.7%