projet_opensource

HEADER

GitHub Repo stars License GitHub forks

Please, have a look at our website : https://jkw301.github.io/projet_opensource/

Installation

Simply download nameCatcher.exe and run it on your machine.

Compile with gcc

if you want to compile yourself, first install GCC :

sudo apt install gcc -y

your can tinker with the source code and generate an executable with the following command line :

gcc -o compiled_filename source_code.c

Contribution methods

We welcome contributions! If you would like to contribute to this script, please follow these steps:

  1. Fork the project on GitHub.
  2. Create a new branch for your feature:

     git checkout -b my-new-feature
    
  3. Make your modifications and commit them:

     git commit -m "Add my new feature"
    
  4. Push your branch to your fork:

     git push origin my-new-feature
    
  5. Create a Pull Request on GitHub.