{"id":17367097,"url":"https://github.com/sople1/pykilldow","last_synced_at":"2025-03-27T18:17:55.655Z","repository":{"id":48051756,"uuid":"249637427","full_name":"sople1/pyKilldow","owner":"sople1","description":"Sample project / example for win32api, postMessage, tkinter, button / on click, foreground windows will quit","archived":false,"fork":false,"pushed_at":"2021-08-09T20:52:19.000Z","size":14,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T21:14:38.541Z","etag":null,"topics":["example","hacktoberfest","postmessage","python","sample","tkinter-python","win32","win32api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sople1.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-24T07:10:08.000Z","updated_at":"2020-10-05T12:19:31.000Z","dependencies_parsed_at":"2022-08-12T17:31:10.543Z","dependency_job_id":null,"html_url":"https://github.com/sople1/pyKilldow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sople1%2FpyKilldow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sople1%2FpyKilldow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sople1%2FpyKilldow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sople1%2FpyKilldow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sople1","download_url":"https://codeload.github.com/sople1/pyKilldow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245898332,"owners_count":20690466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["example","hacktoberfest","postmessage","python","sample","tkinter-python","win32","win32api"],"created_at":"2024-10-15T22:23:00.821Z","updated_at":"2025-03-27T18:17:55.627Z","avatar_url":"https://github.com/sople1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=============================\npyKilldow\n=============================\n :copyright: (c) SnooeyNET\n :license: CC0\n\n.. moduleauthor:: Seongsu Yoon \u003csople1@snooey.net\u003e\n\nSummary\n=======\n\nTest project\nKill Foreground window with one button\n\nInstallation\n============\n\nCommons\n-------\n\nYou must install Python 3 and required pip packages.\nIn development, make virturlenv environment is good choice for you.\n\n\nWindows\n-------\n\n1. Check if you installed Python 3.7.4 or upper\n2. Clone this git repository and open it Command Prompt\n3. If you want to make virtualenv, follow below command:\n\n.. code-block:: bash\n\n    # make virtualenv on env folder of repository folder\n    \u003e python3 -m venv env\n\n    # run\n    \u003e env\\Scripts\\activate\n\n4. install pip packages in requirements.txt\n\n.. code-block:: bash\n\n    \u003e pip install -r requirements.txt\n\n5. Launch by main.py\n\n.. code-block:: bash\n\n    \u003e python main.py\n\n\nmacOS/Linux\n-----------\n\n1. Check if you installed Python 3.7.4 or upper\n2. Clone this git repository and open it at Terminal\n3. If you want to make virtualenv, follow below command:\n\n.. code-block:: bash\n\n    # make virtualenv on env directory of repository directory\n    $ python3 -m venv ./env\n\n    # run by bash shell\n    $ source env/bin/activate\n\n4. install pip packages in requirements.txt\n\n.. code-block:: bash\n\n    $ pip install -r requirements.txt\n\n5. Launch by main.py\n\n.. code-block:: bash\n\n    $ python main.py\n\n\nDocumentation\n=============\n\nCommons\n-------\n\nThis package using Sphinx for auto documentation.\n\n\nWindows\n-------\n\n1. follow below command:\n\n.. code-block:: bash\n\n    # first run\n    \u003e env\\Scripts\\sphinx-quickstart.exe\n\n2. after work - it skips what exist files, make seperated files\n\n.. code-block:: bash\n\n    \u003e env\\Scripts\\sphinx-apidoc.exe -F -o docs . --separate\n\n3. use command if you want to build html document\n\n.. code-block:: bash\n\n    \u003e env\\Scripts\\sphinx-build.exe -b html docs docs/_build/html\n\n\nmacOS/Linux\n-----------\n\n1. follow below command:\n\n.. code-block:: bash\n\n    # first run\n    $ ./env/bin/sphinx-quickstart\n\n2. after work - it skips what exist files, make seperated files\n\n.. code-block:: bash\n\n    $ ./env/bin/sphinx-apidoc -F -o docs . --separate\n\n3. use command if you want to build html document\n\n.. code-block:: bash\n\n    $ ./env/bin/sphinx-build -b html docs docs/_build/html\n\n\nConfiguration\n=============\n\nnot yet\n\n\nSee also\n========\n\nnot yet\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsople1%2Fpykilldow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsople1%2Fpykilldow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsople1%2Fpykilldow/lists"}