TicTacToe (Python) 11 January 2023·343 words·2 mins python game pygame This project is a noughts and crosses game developed in python using the pygame library. It allows to play with exactly two players
Creation of a personal server 25 December 2022·929 words·5 mins network nas homemade Creation (assembly and administration) of a personal server.
Administration software (tattoo parlor) 24 December 2022·725 words·4 mins php programming company admitech A complete administration software for a tattoo parlor
Password Generator 23 December 2022·659 words·4 mins java programming This project is a random password generator. It allows you to select a security level at the time of instantiation, or manually choose the number of each type of characters
Url Shortener (Flask) 18 November 2022·147 words·1 min python flask programming web This project is a simple url shortener developed with the python framework Flask. It takes as input a valid url, then will create a link
Payroll Management Software 24 June 2022·322 words·2 mins php programming company admitech Payroll management software created for an external company. It has an administration part as well as an employee part
Minesweeper (JAVA) 21 June 2022·404 words·2 mins java programming game This java program allows you to run a Minesweeper game made in JAVA with the JavaFX graphical library. The program is very light, no image is used
Magic Square (JAVA) 20 May 2022·442 words·3 mins java programming math This small Java project allows you to create an object Carre. Then check if the latter is a magic square or not.