[go: nahoru, domu]

Skip to content

Commit

Permalink
Changing name to import-friendly "NetHang".
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetrwn committed Jun 15, 2023
1 parent 6b08992 commit e8560f5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Pushing new pylint result to README.md (only NetHang.py)
continue-on-error: true # Prevent fail from no diff on output
run: |
sed -i '4s/.*/[![pylint: ${{needs.lint.outputs.score}}](https:\/\/img.shields.io\/badge\/pylint-${{needs.lint.outputs.score}}-1c7d9e.svg)](https:\/\/github.com\/magnetrwn\/NetHang.py\/actions)/' README.md
sed -i '4s/.*/[![pylint: ${{needs.lint.outputs.score}}](https:\/\/img.shields.io\/badge\/pylint-${{needs.lint.outputs.score}}-1c7d9e.svg)](https:\/\/github.com\/magnetrwn\/NetHang\/actions)/' README.md
git config --global user.name "format-and-lint-action"
git config --global user.email "username@users.noreply.github.com"
git add README.md
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@

Single file containing a compact, client-server Python application to play hangman using netcat (nc) or any other TCP/UDP client, written for linux systems.

Get <b>NetHang.py</b> and run in any shell you'd like!

**Currently work in progress...**
Empty file added __init__.py
Empty file.
Empty file added tests/__init__.py
Empty file.
1 change: 1 addition & 0 deletions tests/test_PlayerList.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from ..NetHang import Player, PlayerList

0 comments on commit e8560f5

Please sign in to comment.