Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Requirement Install Script And Fixed Licence #3

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Advanced Remote Administration tool for Windows Systems written in pure Python
THIS SOFTWARE IS INTENDED ONLY FOR EDUCATION PURPOSES! DO NOT USE IT TO INFLICT
DAMAGE TO ANYONE! USING MY APPLICATION YOU ARE AUTHOMATICALLY AGREE WITH ALL RULES AND
TAKE RESPONSIBITITY FOR YOUR ACTION! THE VIOLATION OF LAWS CAN CAUSE SERIOUS CONSEQUENCES!
THE DEVELOPER FZGbzuw412 ASSUMES NO LIABILITY AND IS NOT RESPONSIBLE FOR ANY MISUSE OR DAMAGE
THE DEVELOPER ASSUMES NO LIABILITY AND IS NOT RESPONSIBLE FOR ANY MISUSE OR DAMAGE
CAUSED BY THIS PROGRAM.

## Intended for:
Expand Down
5 changes: 4 additions & 1 deletion client_requirements.txt
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also added more requirements for common libs for restricted systems

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also Changed The Licence So Random Companies Dont Go Fork It And Put The Code In Their Closed Source Software

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ comtypes
pycaw
pyautogui
opencv-python
vidstream
vidstream
comtypes
pynput
keyboard
2 changes: 2 additions & 0 deletions installwithargs.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pip3 install --trusted-host pypi.org --trusted-host files.pythonhosted.org -r client_requirements.txt
pip3 install --trusted-host pypi.org --trusted-host files.pythonhosted.org -r server_requirements.txt