Git Product home page Git Product logo

delterm's Introduction

DelTerm

DelTerm is a simple terminal emulator implemented in Python.

Screenshot

Table of Contents

Introduction

DelTerm is a lightweight terminal emulator designed to provide basic functionalities and is made with extensibility in mind, enabling users to create modules. It is implemented in Python using standard libraries and pygame, making it easy to understand and extend.

Features:

  • Basic command execution

Planned Features:

  • Support for common command-line utilities
  • Enable the user to create, delete and move windows
  • Support for extensions: screens, programs and themes

Installation

  1. Clone the repository:
    git clone https://github.com/D4N1L0200/DelTerm.git
  2. Navigate to the project directory:
    cd DelTerm
  3. Install dependencies:
    pip install -r requirements.txt
  4. Run the terminal emulator:
    python src/main.py

Usage

Terminal provides a simple command-line interface for executing commands. Use the 'help' command to see every available command. Bellow are some basic commands to get you started:

Misc:

  • 'len': Counts the amount of characters in the message.
  • 'echo': Replies with the same message.
  • 'help': Shows a list of available commands.
  • 'exit': Exits the app.

Terminal:

  • 'cls': Clear the terminal screen.
  • 'resize': Resizes terminal screen to pixel resolution.
  • 'rescale': Rescales terminal screen to relative scale.
  • 'sset': Sets a value for the terminal config.
  • 'sget': Gets a value from the terminal config.
  • 'sreload': Reloads all saved values from the terminal config.

Contributing

Contributions to DelTerm are welcome! You can contribute to the project by:

  • Reporting bugs or suggesting new features by creating an issue.
  • Forking the repository and submitting a pull request with your changes.

For more information on contributing, please refer to the CONTRIBUTING.md file.

License

This project is licensed under the MIT License. See the LICENSE file for details.

delterm's People

Contributors

d4n1l0200 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.