Skip to content

Bakasta-0/PyCalc-CE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PyCalc-CE: A Simple and Lightweight Calculator. Now in C++! 🧮

PyCalc-CE
Download

Welcome to PyCalc-CE, your go-to solution for simple calculations. This project brings the classic calculator experience to your terminal, powered by C++. Whether you’re on Windows, macOS, or Linux, PyCalc-CE offers a lightweight and user-friendly interface.

Table of Contents

Features

  • Lightweight: Designed to be fast and efficient, PyCalc-CE consumes minimal system resources.
  • Cross-Platform: Works seamlessly on Windows, macOS, and Linux.
  • Simple Interface: Intuitive terminal-based UI for easy use.
  • Basic Operations: Supports addition, subtraction, multiplication, and division.
  • Open Source: Feel free to explore and modify the code as you wish.

Installation

To get started with PyCalc-CE, you can download the latest release from our Releases section. Simply download the appropriate file for your operating system, extract it, and follow the instructions in the README file included in the package.

Build from Source

If you prefer to build PyCalc-CE from source, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Bakasta-0/PyCalc-CE.git
    cd PyCalc-CE
  2. Install required dependencies: Ensure you have a C++ compiler installed. You can use GCC, Clang, or MSVC depending on your platform.

  3. Compile the code:

    g++ -o PyCalc main.cpp
  4. Run the application:

    ./PyCalc

Usage

Once you have installed PyCalc-CE, you can start using it right away. Launch the application from your terminal. You will see a simple prompt where you can enter your calculations.

Example

  1. Start the application:

    ./PyCalc
  2. Enter a calculation:

    5 + 3
    
  3. Press Enter, and the result will display immediately.

Supported Platforms

PyCalc-CE is designed to work on multiple platforms, including:

  • Windows: Compatible with CMD and PowerShell.
  • macOS: Works well in the Terminal app.
  • Linux: Runs smoothly in various terminal emulators.

Contributing

We welcome contributions from everyone! If you would like to help improve PyCalc-CE, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push to your fork and create a pull request.

Please ensure your code adheres to our coding standards and is well-documented.

License

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

Contact

For any inquiries or suggestions, feel free to reach out:

Thank you for checking out PyCalc-CE! We hope it serves your calculation needs well. Don’t forget to visit our Releases section for the latest updates and features!