Yetiowner / Increasing-code-complexity

Every day, I commit a new and more complicated version of some simple code.
227 stars 6 forks source link

Can someone tell me how I use it? #9

Open SirHaxe opened 1 year ago

SirHaxe commented 1 year ago

Pls I don't get it

maduranma commented 1 year ago

I guess you are a Windows user.

First of all install Git for Windows, download it here: https://gitforwindows.org/ Then, also, install Python: https://www.python.org/downloads/

If you don't know how to install a program in Windows, you are fucked.

Then you should restart your computer, this way the env vars will be reloaded for the PATH.

Now, open CMD (you can press Win, type cmd and press enter).

A black window with a lot of letters will open.

Type this (after each line, press enter):

cd %userprofile%\Desktop
git clone https://github.com/Yetiowner/Increasing-code-complexity.git
cd Increasing-code-complexity
python complication.py

Now you'll see in that black window that the text Hello World! appears 10 times. Conglaturations! You have succesfully executed this computier software and enginieering marvel!

Joabutt commented 1 year ago

tkinker moment