Giter Site home page Giter Site logo

colorify's Introduction




Colorify

Colorify is a lightweight and interactive console application that allows users to customize and colorize their text phrases using a variety of background colors, foreground colors, and text styles.
With an easy-to-use interface, users can experiment with different combinations to create visually appealing and colorful text outputs.

Preview



Program Main Preview


                  


Program Success_1


Program Success_2


Program Success_3











Program Failure_1


Program Failure_2








Features:

  • Choose from a palette of background and foreground colors.
  • Apply different text styles to your phrases.
  • Clear the console easily for a fresh start.
  • Interactive and user-friendly interface.

Important Note:

Before running Colorify, ensure that your system meets the following requirements:

Prerequisites:

  • C++ Compiler (e.g., GCC):
    • The program relies on a C++ compiler to build and run. Ensure that you have a C++ compiler installed on your system.
  • Make Tool:
    • The build process uses the make utility. Ensure that you have make installed on your system.

Getting Started:

  1. Clone the repository.
   git clone https://github.com/ababdelo/Colorify.git
   cd Colorify
  1. Build & Run:
  make all; make run

To view available targets and their descriptions, run:

  make help

Output:

  Usage: make [target]
  
    Targets:
      all      : Build the executable
      clean    : Remove object files
      fclean   : Remove object files and the executable
      re       : Remove all generated files and rebuild
      run      : Clean and run the executable
      help     : Display this help message (default)

Usage:

Enter your preferred choices for background color, foreground color, and text style. Each input should consist of three digits separated by spaces.

  • Background Color (1-9): The numeric value representing the background color.
  • Foreground Color (1-7): The numeric value representing the foreground color.
  • Text Style (1-5): The numeric value representing the text style.

For example, entering 8 1 4 would set the background color to white, foreground color to black, and text style to underline text.

Type 'clear' to reset the console for a fresh start. Type 'exit' to end the program.

colorify's People

Contributors

ababdelo avatar

Stargazers

 avatar eduwnant avatar Hiba ERRAOUI 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.