Please, have a look at our website : https://jkw301.github.io/projet_opensource/
Simply download nameCatcher.exe and run it on your machine.
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
We welcome contributions! If you would like to contribute to this script, please follow these steps:
-
Fork the project on GitHub.
-
Create a new branch for your feature:
git checkout -b my-new-feature
-
Make your modifications and commit them:
git commit -m "Add my new feature"
-
Push your branch to your fork:
git push origin my-new-feature
-
Create a Pull Request on GitHub.