Skip to content

Commit

Permalink
yay I can actually install my modules for ur pgrogrtams
Browse files Browse the repository at this point in the history
  • Loading branch information
Okmeque1 authored Apr 2, 2024
1 parent 9a61a17 commit d9557f9
Showing 1 changed file with 17 additions and 35 deletions.
52 changes: 17 additions & 35 deletions PythonSoft/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,41 +45,23 @@ Warning! No demands for collaborator role will be accepted for trust and securit

Librairies are basically add-ons for python programs. Say you wanted a GUI for a given program. Then you must install the module 'tkinter'.

To install a module, navigate to the folder where PYTHON.EXE is located. To do this, press the Windows button then start typing 'Python'. You should see 'PYTHON.EXE' or 'Python' with the word 'app'. Right click, then open file location. Copy the file location into a command prompt as pip(module installer) only works in a command line. You will then run the command from the python location 'cd Scripts'. You have now changed directory. Then to install, run 'pip install {module}'. Keep in mind this does need an internet connection!
To install a module, navigate to the folder where PYTHON.EXE is located. To do this, press the Windows button then start typing 'Python'. You should see 'PYTHON.EXE' or 'Python' with the word 'app'. Right click, then open file location. Copy the file location into a command prompt as pip(the module installer) only works in a command line. You will then run the command from the python location 'cd Scripts'. You have now changed directory. Then to install, run 'pip install {pip install name}'. Keep in mind this does need an internet connection!

For all programs to function, you must have :

1 : RANDOM


2 : TIME


3 : OpenCV(2)


4 : Cryptography


5 : OS


6 : tKinter


7 : Python Turtle graphics


8 : PyQT 5 - Windows 7 Compatible


9 : PSUTIL


10 : REQUESTS


11 : GETPASS
For pip to function properly and install correctly, you must do `pip install {PIP INSTALL NAME}` as it is the name of the module that pip knows.

For all programs to function, you must have :

12 : HashLib
| Module Name | Pip Install Name |
| -------------- | --------------------- |
| Random | random |
| Time | time |
| OpenCV2 | opencv-python |
| Cryptography | cryptography |
| OS | os |
| tKinter | tkinter |
| Turtle Graphics| turtle |
| PyQT5 - W7 √ | pyqt5 |
| Requests | requests |
| Sys/Part Util | psutil |
| Get Password | getpass |
| Hash Library | hashlib |

0 comments on commit d9557f9

Please sign in to comment.