Giter VIP home page Giter VIP logo

cim-client's Introduction

CIM Client

The client component of the CIM (Command [Line] Instant Messenger) project, counterpart to the CIM Server.

Screenshot

Installation

Installer

Installers are not currently available.

Compiled Executable

There are precompiled executables in a portable format for Windows and Linux.

Caution

These precompiled executables are not currently stable and may cause errors. It is recommended to use the source code.

  1. Go to the releases page
  2. Go to the "Assets" section of the latest release
  3. Download the appropriate compressed file for your operating system
    • Windows: cim-client-windows-portable.zip
    • Linux: cim-client-linux-portable.tar.gz
  4. Extract the compressed file to a directory of your choice
  5. You can now use the program through cim-server.exe (Windows) or cim-server.bin (Linux)

From Source

  1. Have a Python 3 environment set up (recommended to use a version >= 3.8)
  2. Go to the releases page
  3. Download the source code compressed file
  4. Extract the compressed file to a directory of your choice
  5. Create a virtual environment (optional, but recommended)
    • Run python -m venv venv (or python3 -m venv venv) in the directory
    • Activate the virtual environment with venv\Scripts\activate (Windows) or source venv/bin/activate (Linux)
  6. Install the required packages with pip install -r requirements.txt
  7. You can now use the program through python sim-client.py (or python3 sim-client.py)

Usage

Important

As this client makes use of a TUI (Terminal User Interface), it is recommended to run the program in a modern terminal emulator.

For Windows specifically, it is recommended to use Windows Terminal instead of the default Command Prompt. For Linux, almost all terminal emulators should work fine.

The client is a command-line interface (CLI) program. Run the program with python sim-client.py (or python3 sim-client.py) to view the help message.

cim-client's People

Contributors

theodorehua avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.