Skip to content

MujyKun/basicchatapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Chat App Server/Client for CSCI-436

Installation / Local Setup

  1. Clone the repository git clone https://github.com/MujyKun/basicchatapp.git
  2. Go to the repo directory cd basicchatapp
  3. Running with Python ^3.9 is recommended.
  4. Install requirements (the only dependency should be pygame) with either
    1. pip install -r requirements.txt
      1. If you do not have pip, you can install it with python get-pip.py or python -m ensurepip --upgrade
    2. If you have poetry you can use poetry install.
  5. Start the program with python run.py

About

A basic chat app for CSCI-436

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published