Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f7c55bb
Version 3.2.8
TharukRenuja Jan 26, 2022
029df08
modules
TharukRenuja Jan 26, 2022
b0969e8
modules
TharukRenuja Jan 26, 2022
cc540bf
resources
TharukRenuja Jan 26, 2022
797f7e8
Update README.md
TharukRenuja Jan 26, 2022
a2ede32
Update .gitignore
TharukRenuja Jan 26, 2022
45ee1ec
Update README.md
TharukRenuja Jan 26, 2022
b8f02a2
Update README.md
TharukRenuja Jan 26, 2022
02dfbd2
Update README.md
TharukRenuja Jan 26, 2022
3b5cb32
Update __main__.py
TharukRenuja Jan 26, 2022
4a2c478
Delete hitler.jpg
TharukRenuja Jan 26, 2022
05df020
Delete CONTRIBUTING.md
TharukRenuja Jan 26, 2022
9000ba0
Delete Dockerfile
TharukRenuja Jan 26, 2022
d74ed2e
Delete Git_Pull.bat
TharukRenuja Jan 26, 2022
4a4809b
Delete Git_Push.bat
TharukRenuja Jan 26, 2022
80d2c3e
Delete SetupVirtualEnv_run_once.bat
TharukRenuja Jan 26, 2022
a9b1fa0
Delete _config.yml
TharukRenuja Jan 26, 2022
fe75ab1
Delete bob.jpg
TharukRenuja Jan 26, 2022
efc6900
Delete config_yml.txt
TharukRenuja Jan 26, 2022
d5b12de
Delete dank.session-journal
TharukRenuja Jan 26, 2022
0e460d5
Delete exp.sh
TharukRenuja Jan 26, 2022
7217424
Delete kim.jpg
TharukRenuja Jan 26, 2022
9d14331
Delete restart.bat
TharukRenuja Jan 26, 2022
748ea05
Delete start.bat
TharukRenuja Jan 26, 2022
c2600ec
Delete start_service.bat
TharukRenuja Jan 26, 2022
62f161a
Delete .github directory
TharukRenuja Jan 26, 2022
14916a5
Delete mwt.py
TharukRenuja Jan 26, 2022
24cb696
Delete elevated_users.json
TharukRenuja Jan 26, 2022
317a2cf
missing
TharukRenuja Jan 26, 2022
37b4561
Update README.md
TharukRenuja Jan 26, 2022
470f604
Update README.md
TharukRenuja Jan 26, 2022
0b462d9
Update edit_4.py
TharukRenuja Jan 26, 2022
1b7c003
Update __init__.py
TharukRenuja Jan 26, 2022
8f6ec47
Update edit_4.py
TharukRenuja Jan 26, 2022
00abf47
Update userinfo.py
TharukRenuja Jan 26, 2022
9e0d402
Update userinfo.py
TharukRenuja Jan 26, 2022
69f0dbe
Update userinfo.py
TharukRenuja Jan 26, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/CODEOWNERS

This file was deleted.

12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/query.md

This file was deleted.

37 changes: 0 additions & 37 deletions .github/disabled/docker_disabled.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/disabled/main.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/Readme.md

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/sed.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/yapf.yml

This file was deleted.

137 changes: 114 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,114 @@
SaitamaRobot/config.py
SaitamaRobot/*.session
SaitamaRobot/*.session-journal
SaitamaRobot/config.ini
log.txt
*.pyc
.idea/
.project
.pydevproject
.directory
.vscode
SaitamaRobot/modules/helper_funcs/temp.txt
SaitamaRobot/elevated_users.json
start-3.6.bat
*.session
kangsticker.png
venv
env
saitama.session-journal
updates.txt
*.exe
suzuyaPyro
str
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/
Loading