Skip to content

This is a clicker game made in only python, the resolution checker to not part of this, it is to give you your screen's resolution.

Notifications You must be signed in to change notification settings

hsgdhehdhdh/python-clicker-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Python clicker game v1.1

---------------------------------How to use:--------------------------------

  1. First, open the "Resolutions" folder, then the "Screen resolution checker" folder, then open "index.html" in your browser,
  2. Second, click the button that says "Check resolution", it should it display your device resolution below the button, remember that number
  3. Close the browser tab, go back to your file explorer,
  4. Then go back to Resolutions folder,
  5. Then open the folder that's name is your resolution you got from index.html earlier,
  6. And lastly, open "Main.py"

-----------------What to do if you do not have python?-----------------

On windows:

  1. Go to this link,
  2. Then click the big fat yellow download button and download python, And you're done! On macOS 10.9 or later:
  3. Go to this link,
  4. Scroll down till you see a heading that says "Files",
  5. Click the link that says "macOS 64-bit universal2 installer", And you're done! On linux:
  6. Open a command prompt and run "$ sudo dnf install python3",
  7. Make sure you have pip3 installed too by running "$ command -v pip3",
  8. if you do have pip3 then you're good to go, if not go to this link to see how to get it, And you're done!(use $ python3 to launch the python3 interpreter)

--------------------How to check if you have python?--------------------

On windows:

  1. Open command prompt(Windows key + R then type cmd and press enter),
  2. Run this command, "python3 --version", or "python --version",
  3. If it says "Python x.x.x" then you have python installed, if not follow steps above to install it On macOS:
  4. Open terminal
  5. Run this command, "python3 --version", or "python --version",
  6. If it says "Python x.x.x" then you have python installed, if not follow steps above to install it(I think, i dunno, when i had a macbook i never knew about python so idk what it says if you have it) On linux:
  7. Open terminal
  8. Run "$ python --version" you should also check if you have python 3, to check that run "$ python3 --version"
  9. If it says "Python 2.x.x" when you run "$ python --version" good, but if it also or only says it with "$ python3 --version" but instead it says "Python 3.x.x" then even better cuz u have python 3 installed

---------------------------------WARNING!---------------------------------

DO NOT, UNDER ANY CIRCUMSTANCE, OPEN OR EDIT file0.txt, IF YOU MESS WITH IT HORRIBLE THINGS CAN HAPPEN SUCH AS A BLANK VALUE FOR ONE OF YOU STATS OR A STRING VALUE

About

This is a clicker game made in only python, the resolution checker to not part of this, it is to give you your screen's resolution.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages