diff --git a/README.md b/README.md
index 93d0776..c9da4e4 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
-* [**📚 web3-toolkit-py**](web3toolkit):
+* [**📚 web3-toolkit-py**](web3-toolkit):
- an *ongoing* development of a library and set of python scripts with my fav on-chain ops.
@@ -53,12 +53,12 @@
* **web2 projects**:
- * [fast api](web2_projects/fastapi-location-app)
- * [magic pen](web2_projects/magic-pen)
- * [maze puzzle](web2_projects/maze-puzzle)
- * [blob boundary](web2_projects/finding-blob-boundary)
- * [parsing medium posts](web2_projects/medium)
- * [encoding, decoding](web2_projects//enconding-decimals/)
+ * [fast api](web2-projects/fastapi-location-app)
+ * [magic pen](web2-projects/magic-pen)
+ * [maze puzzle](web2-projects/maze-puzzle)
+ * [blob boundary](web2-projects/finding-blob-boundary)
+ * [parsing medium posts](web2-projects/medium)
+ * [encoding, decoding](web2-projects//enconding-decimals/)
diff --git a/web2_projects/WWCode - Python 2 to 3_ What you need to know .pdf b/web2-projects/WWCode - Python 2 to 3_ What you need to know .pdf
similarity index 100%
rename from web2_projects/WWCode - Python 2 to 3_ What you need to know .pdf
rename to web2-projects/WWCode - Python 2 to 3_ What you need to know .pdf
diff --git a/web2_projects/enconding-decimals/.gitkeep b/web2-projects/enconding-decimals/.gitkeep
similarity index 100%
rename from web2_projects/enconding-decimals/.gitkeep
rename to web2-projects/enconding-decimals/.gitkeep
diff --git a/web2_projects/enconding-decimals/Makefile b/web2-projects/enconding-decimals/Makefile
similarity index 100%
rename from web2_projects/enconding-decimals/Makefile
rename to web2-projects/enconding-decimals/Makefile
diff --git a/web2_projects/enconding-decimals/README.md b/web2-projects/enconding-decimals/README.md
similarity index 100%
rename from web2_projects/enconding-decimals/README.md
rename to web2-projects/enconding-decimals/README.md
diff --git a/web2_projects/enconding-decimals/data/ConvertedData.txt b/web2-projects/enconding-decimals/data/ConvertedData.txt
similarity index 100%
rename from web2_projects/enconding-decimals/data/ConvertedData.txt
rename to web2-projects/enconding-decimals/data/ConvertedData.txt
diff --git a/web2_projects/enconding-decimals/main_test.py b/web2-projects/enconding-decimals/main_test.py
similarity index 100%
rename from web2_projects/enconding-decimals/main_test.py
rename to web2-projects/enconding-decimals/main_test.py
diff --git a/web2_projects/enconding-decimals/requirements.txt b/web2-projects/enconding-decimals/requirements.txt
similarity index 100%
rename from web2_projects/enconding-decimals/requirements.txt
rename to web2-projects/enconding-decimals/requirements.txt
diff --git a/web2_projects/enconding-decimals/setup.py b/web2-projects/enconding-decimals/setup.py
similarity index 100%
rename from web2_projects/enconding-decimals/setup.py
rename to web2-projects/enconding-decimals/setup.py
diff --git a/web2_projects/enconding-decimals/src/__init__.py b/web2-projects/enconding-decimals/src/__init__.py
similarity index 100%
rename from web2_projects/enconding-decimals/src/__init__.py
rename to web2-projects/enconding-decimals/src/__init__.py
diff --git a/web2_projects/enconding-decimals/src/main.py b/web2-projects/enconding-decimals/src/main.py
similarity index 100%
rename from web2_projects/enconding-decimals/src/main.py
rename to web2-projects/enconding-decimals/src/main.py
diff --git a/web2_projects/enconding-decimals/test/__init__.py b/web2-projects/enconding-decimals/test/__init__.py
similarity index 100%
rename from web2_projects/enconding-decimals/test/__init__.py
rename to web2-projects/enconding-decimals/test/__init__.py
diff --git a/web2_projects/enconding-decimals/tox.ini b/web2-projects/enconding-decimals/tox.ini
similarity index 100%
rename from web2_projects/enconding-decimals/tox.ini
rename to web2-projects/enconding-decimals/tox.ini
diff --git a/web2_projects/fastapi-location-app/.gitignore b/web2-projects/fastapi-location-app/.gitignore
similarity index 100%
rename from web2_projects/fastapi-location-app/.gitignore
rename to web2-projects/fastapi-location-app/.gitignore
diff --git a/web2_projects/fastapi-location-app/.vercelignore b/web2-projects/fastapi-location-app/.vercelignore
similarity index 100%
rename from web2_projects/fastapi-location-app/.vercelignore
rename to web2-projects/fastapi-location-app/.vercelignore
diff --git a/web2_projects/fastapi-location-app/README.md b/web2-projects/fastapi-location-app/README.md
similarity index 100%
rename from web2_projects/fastapi-location-app/README.md
rename to web2-projects/fastapi-location-app/README.md
diff --git a/web2_projects/fastapi-location-app/api/__init__.py b/web2-projects/fastapi-location-app/api/__init__.py
similarity index 100%
rename from web2_projects/fastapi-location-app/api/__init__.py
rename to web2-projects/fastapi-location-app/api/__init__.py
diff --git a/web2_projects/fastapi-location-app/api/api.py b/web2-projects/fastapi-location-app/api/api.py
similarity index 100%
rename from web2_projects/fastapi-location-app/api/api.py
rename to web2-projects/fastapi-location-app/api/api.py
diff --git a/web2_projects/fastapi-location-app/api/methods.py b/web2-projects/fastapi-location-app/api/methods.py
similarity index 100%
rename from web2_projects/fastapi-location-app/api/methods.py
rename to web2-projects/fastapi-location-app/api/methods.py
diff --git a/web2_projects/fastapi-location-app/api/routes.py b/web2-projects/fastapi-location-app/api/routes.py
similarity index 100%
rename from web2_projects/fastapi-location-app/api/routes.py
rename to web2-projects/fastapi-location-app/api/routes.py
diff --git a/web2_projects/fastapi-location-app/main.py b/web2-projects/fastapi-location-app/main.py
similarity index 100%
rename from web2_projects/fastapi-location-app/main.py
rename to web2-projects/fastapi-location-app/main.py
diff --git a/web2_projects/fastapi-location-app/requirements-dev.txt b/web2-projects/fastapi-location-app/requirements-dev.txt
similarity index 100%
rename from web2_projects/fastapi-location-app/requirements-dev.txt
rename to web2-projects/fastapi-location-app/requirements-dev.txt
diff --git a/web2_projects/fastapi-location-app/requirements.txt b/web2-projects/fastapi-location-app/requirements.txt
similarity index 100%
rename from web2_projects/fastapi-location-app/requirements.txt
rename to web2-projects/fastapi-location-app/requirements.txt
diff --git a/web2_projects/fastapi-location-app/vercel.json b/web2-projects/fastapi-location-app/vercel.json
similarity index 100%
rename from web2_projects/fastapi-location-app/vercel.json
rename to web2-projects/fastapi-location-app/vercel.json
diff --git a/web2_projects/finding-blob-boundary/.gitignore b/web2-projects/finding-blob-boundary/.gitignore
similarity index 100%
rename from web2_projects/finding-blob-boundary/.gitignore
rename to web2-projects/finding-blob-boundary/.gitignore
diff --git a/web2_projects/finding-blob-boundary/Makefile b/web2-projects/finding-blob-boundary/Makefile
similarity index 100%
rename from web2_projects/finding-blob-boundary/Makefile
rename to web2-projects/finding-blob-boundary/Makefile
diff --git a/web2_projects/finding-blob-boundary/find_glob_boundary.py b/web2-projects/finding-blob-boundary/find_glob_boundary.py
similarity index 100%
rename from web2_projects/finding-blob-boundary/find_glob_boundary.py
rename to web2-projects/finding-blob-boundary/find_glob_boundary.py
diff --git a/web2_projects/magic-pen/.env_example b/web2-projects/magic-pen/.env_example
similarity index 100%
rename from web2_projects/magic-pen/.env_example
rename to web2-projects/magic-pen/.env_example
diff --git a/web2_projects/magic-pen/.gitignore b/web2-projects/magic-pen/.gitignore
similarity index 100%
rename from web2_projects/magic-pen/.gitignore
rename to web2-projects/magic-pen/.gitignore
diff --git a/web2_projects/magic-pen/Makefile b/web2-projects/magic-pen/Makefile
similarity index 100%
rename from web2_projects/magic-pen/Makefile
rename to web2-projects/magic-pen/Makefile
diff --git a/web2_projects/magic-pen/README.md b/web2-projects/magic-pen/README.md
similarity index 100%
rename from web2_projects/magic-pen/README.md
rename to web2-projects/magic-pen/README.md
diff --git a/web2_projects/magic-pen/data/ConvertedData.txt b/web2-projects/magic-pen/data/ConvertedData.txt
similarity index 100%
rename from web2_projects/magic-pen/data/ConvertedData.txt
rename to web2-projects/magic-pen/data/ConvertedData.txt
diff --git a/web2_projects/magic-pen/data/InputStream.txt b/web2-projects/magic-pen/data/InputStream.txt
similarity index 100%
rename from web2_projects/magic-pen/data/InputStream.txt
rename to web2-projects/magic-pen/data/InputStream.txt
diff --git a/web2-projects/magic-pen/requirements.txt b/web2-projects/magic-pen/requirements.txt
new file mode 100644
index 0000000..9c4df26
--- /dev/null
+++ b/web2-projects/magic-pen/requirements.txt
@@ -0,0 +1,4 @@
+tox==3.14.3
+virtualenv==20.0.1
+python-dotenv==0.11.0
+numpy==1.21.0
diff --git a/web2_projects/magic-pen/setup.py b/web2-projects/magic-pen/setup.py
similarity index 100%
rename from web2_projects/magic-pen/setup.py
rename to web2-projects/magic-pen/setup.py
diff --git a/web2_projects/magic-pen/src/Epen.py b/web2-projects/magic-pen/src/Epen.py
similarity index 100%
rename from web2_projects/magic-pen/src/Epen.py
rename to web2-projects/magic-pen/src/Epen.py
diff --git a/web2_projects/magic-pen/src/__init__.py b/web2-projects/magic-pen/src/__init__.py
similarity index 100%
rename from web2_projects/magic-pen/src/__init__.py
rename to web2-projects/magic-pen/src/__init__.py
diff --git a/web2_projects/magic-pen/src/encoder.py b/web2-projects/magic-pen/src/encoder.py
similarity index 100%
rename from web2_projects/magic-pen/src/encoder.py
rename to web2-projects/magic-pen/src/encoder.py
diff --git a/web2_projects/magic-pen/src/main.py b/web2-projects/magic-pen/src/main.py
similarity index 100%
rename from web2_projects/magic-pen/src/main.py
rename to web2-projects/magic-pen/src/main.py
diff --git a/web2_projects/magic-pen/src/settings.py b/web2-projects/magic-pen/src/settings.py
similarity index 100%
rename from web2_projects/magic-pen/src/settings.py
rename to web2-projects/magic-pen/src/settings.py
diff --git a/web2_projects/magic-pen/src/utils.py b/web2-projects/magic-pen/src/utils.py
similarity index 100%
rename from web2_projects/magic-pen/src/utils.py
rename to web2-projects/magic-pen/src/utils.py
diff --git a/web2_projects/magic-pen/tox.ini b/web2-projects/magic-pen/tox.ini
similarity index 100%
rename from web2_projects/magic-pen/tox.ini
rename to web2-projects/magic-pen/tox.ini
diff --git a/web2_projects/maze-puzzle/.gitkeep b/web2-projects/maze-puzzle/.gitkeep
similarity index 100%
rename from web2_projects/maze-puzzle/.gitkeep
rename to web2-projects/maze-puzzle/.gitkeep
diff --git a/web2_projects/maze-puzzle/README.md b/web2-projects/maze-puzzle/README.md
similarity index 100%
rename from web2_projects/maze-puzzle/README.md
rename to web2-projects/maze-puzzle/README.md
diff --git a/web2_projects/maze-puzzle/src/clients/product_detail_client.py b/web2-projects/maze-puzzle/src/clients/product_detail_client.py
similarity index 100%
rename from web2_projects/maze-puzzle/src/clients/product_detail_client.py
rename to web2-projects/maze-puzzle/src/clients/product_detail_client.py
diff --git a/web2_projects/maze-puzzle/src/clients/product_search_client.py b/web2-projects/maze-puzzle/src/clients/product_search_client.py
similarity index 100%
rename from web2_projects/maze-puzzle/src/clients/product_search_client.py
rename to web2-projects/maze-puzzle/src/clients/product_search_client.py
diff --git a/web2_projects/maze-puzzle/src/service.py b/web2-projects/maze-puzzle/src/service.py
similarity index 100%
rename from web2_projects/maze-puzzle/src/service.py
rename to web2-projects/maze-puzzle/src/service.py
diff --git a/web2_projects/maze-puzzle/tests/service_test.py b/web2-projects/maze-puzzle/tests/service_test.py
similarity index 100%
rename from web2_projects/maze-puzzle/tests/service_test.py
rename to web2-projects/maze-puzzle/tests/service_test.py
diff --git a/web2_projects/medium/README.md b/web2-projects/medium/README.md
similarity index 100%
rename from web2_projects/medium/README.md
rename to web2-projects/medium/README.md
diff --git a/web2_projects/medium/posts.py b/web2-projects/medium/posts.py
similarity index 100%
rename from web2_projects/medium/posts.py
rename to web2-projects/medium/posts.py
diff --git a/web2_projects/nft-traits-gen/LICENSE b/web2-projects/nft-traits-gen/LICENSE
similarity index 100%
rename from web2_projects/nft-traits-gen/LICENSE
rename to web2-projects/nft-traits-gen/LICENSE
diff --git a/web2_projects/nft-traits-gen/README.md b/web2-projects/nft-traits-gen/README.md
similarity index 100%
rename from web2_projects/nft-traits-gen/README.md
rename to web2-projects/nft-traits-gen/README.md
diff --git a/web2_projects/nft-traits-gen/gen_nfts.py b/web2-projects/nft-traits-gen/gen_nfts.py
similarity index 100%
rename from web2_projects/nft-traits-gen/gen_nfts.py
rename to web2-projects/nft-traits-gen/gen_nfts.py
diff --git a/web2_projects/nft-traits-gen/nfts/nft_1.png b/web2-projects/nft-traits-gen/nfts/nft_1.png
similarity index 100%
rename from web2_projects/nft-traits-gen/nfts/nft_1.png
rename to web2-projects/nft-traits-gen/nfts/nft_1.png
diff --git a/web2_projects/nft-traits-gen/nfts/nft_10.png b/web2-projects/nft-traits-gen/nfts/nft_10.png
similarity index 100%
rename from web2_projects/nft-traits-gen/nfts/nft_10.png
rename to web2-projects/nft-traits-gen/nfts/nft_10.png
diff --git a/web2_projects/nft-traits-gen/nfts/nft_2.png b/web2-projects/nft-traits-gen/nfts/nft_2.png
similarity index 100%
rename from web2_projects/nft-traits-gen/nfts/nft_2.png
rename to web2-projects/nft-traits-gen/nfts/nft_2.png
diff --git a/web2_projects/nft-traits-gen/nfts/nft_3.png b/web2-projects/nft-traits-gen/nfts/nft_3.png
similarity index 100%
rename from web2_projects/nft-traits-gen/nfts/nft_3.png
rename to web2-projects/nft-traits-gen/nfts/nft_3.png
diff --git a/web2_projects/nft-traits-gen/nfts/nft_4.png b/web2-projects/nft-traits-gen/nfts/nft_4.png
similarity index 100%
rename from web2_projects/nft-traits-gen/nfts/nft_4.png
rename to web2-projects/nft-traits-gen/nfts/nft_4.png
diff --git a/web2_projects/nft-traits-gen/nfts/nft_5.png b/web2-projects/nft-traits-gen/nfts/nft_5.png
similarity index 100%
rename from web2_projects/nft-traits-gen/nfts/nft_5.png
rename to web2-projects/nft-traits-gen/nfts/nft_5.png
diff --git a/web2_projects/nft-traits-gen/nfts/nft_6.png b/web2-projects/nft-traits-gen/nfts/nft_6.png
similarity index 100%
rename from web2_projects/nft-traits-gen/nfts/nft_6.png
rename to web2-projects/nft-traits-gen/nfts/nft_6.png
diff --git a/web2_projects/nft-traits-gen/nfts/nft_7.png b/web2-projects/nft-traits-gen/nfts/nft_7.png
similarity index 100%
rename from web2_projects/nft-traits-gen/nfts/nft_7.png
rename to web2-projects/nft-traits-gen/nfts/nft_7.png
diff --git a/web2_projects/nft-traits-gen/nfts/nft_8.png b/web2-projects/nft-traits-gen/nfts/nft_8.png
similarity index 100%
rename from web2_projects/nft-traits-gen/nfts/nft_8.png
rename to web2-projects/nft-traits-gen/nfts/nft_8.png
diff --git a/web2_projects/nft-traits-gen/nfts/nft_9.png b/web2-projects/nft-traits-gen/nfts/nft_9.png
similarity index 100%
rename from web2_projects/nft-traits-gen/nfts/nft_9.png
rename to web2-projects/nft-traits-gen/nfts/nft_9.png
diff --git a/web2_projects/nft-traits-gen/requirements.txt b/web2-projects/nft-traits-gen/requirements.txt
similarity index 100%
rename from web2_projects/nft-traits-gen/requirements.txt
rename to web2-projects/nft-traits-gen/requirements.txt
diff --git a/web2_projects/nft-traits-gen/resources/Roboto-Medium.ttf b/web2-projects/nft-traits-gen/resources/Roboto-Medium.ttf
similarity index 100%
rename from web2_projects/nft-traits-gen/resources/Roboto-Medium.ttf
rename to web2-projects/nft-traits-gen/resources/Roboto-Medium.ttf
diff --git a/web2_projects/nft-traits-gen/sample_env b/web2-projects/nft-traits-gen/sample_env
similarity index 100%
rename from web2_projects/nft-traits-gen/sample_env
rename to web2-projects/nft-traits-gen/sample_env
diff --git a/web2_projects/nft-traits-gen/traits/0.txt b/web2-projects/nft-traits-gen/traits/0.txt
similarity index 100%
rename from web2_projects/nft-traits-gen/traits/0.txt
rename to web2-projects/nft-traits-gen/traits/0.txt
diff --git a/web2_projects/nft-traits-gen/traits/1.txt b/web2-projects/nft-traits-gen/traits/1.txt
similarity index 100%
rename from web2_projects/nft-traits-gen/traits/1.txt
rename to web2-projects/nft-traits-gen/traits/1.txt
diff --git a/web2_projects/nft-traits-gen/traits/2.txt b/web2-projects/nft-traits-gen/traits/2.txt
similarity index 100%
rename from web2_projects/nft-traits-gen/traits/2.txt
rename to web2-projects/nft-traits-gen/traits/2.txt
diff --git a/web2_projects/nft-traits-gen/traits/3.txt b/web2-projects/nft-traits-gen/traits/3.txt
similarity index 100%
rename from web2_projects/nft-traits-gen/traits/3.txt
rename to web2-projects/nft-traits-gen/traits/3.txt
diff --git a/web2_projects/nft-traits-gen/traits/4.txt b/web2-projects/nft-traits-gen/traits/4.txt
similarity index 100%
rename from web2_projects/nft-traits-gen/traits/4.txt
rename to web2-projects/nft-traits-gen/traits/4.txt
diff --git a/web2_projects/nft-traits-gen/traits/5.txt b/web2-projects/nft-traits-gen/traits/5.txt
similarity index 100%
rename from web2_projects/nft-traits-gen/traits/5.txt
rename to web2-projects/nft-traits-gen/traits/5.txt
diff --git a/web2_projects/other-puzzles/README.md b/web2-projects/other-puzzles/README.md
similarity index 100%
rename from web2_projects/other-puzzles/README.md
rename to web2-projects/other-puzzles/README.md
diff --git a/web2_projects/other-puzzles/falling-rain-On.py b/web2-projects/other-puzzles/falling-rain-On.py
similarity index 100%
rename from web2_projects/other-puzzles/falling-rain-On.py
rename to web2-projects/other-puzzles/falling-rain-On.py
diff --git a/web2_projects/other-puzzles/falling-rain-On2.py b/web2-projects/other-puzzles/falling-rain-On2.py
similarity index 100%
rename from web2_projects/other-puzzles/falling-rain-On2.py
rename to web2-projects/other-puzzles/falling-rain-On2.py
diff --git a/web3toolkit/.env.example b/web3-toolkit/.env.example
similarity index 100%
rename from web3toolkit/.env.example
rename to web3-toolkit/.env.example
diff --git a/web3toolkit/Makefile b/web3-toolkit/Makefile
similarity index 100%
rename from web3toolkit/Makefile
rename to web3-toolkit/Makefile
diff --git a/web3toolkit/README.md b/web3-toolkit/README.md
similarity index 100%
rename from web3toolkit/README.md
rename to web3-toolkit/README.md
diff --git a/web3toolkit/abis/LP_pair.json b/web3-toolkit/abis/LP_pair.json
similarity index 100%
rename from web3toolkit/abis/LP_pair.json
rename to web3-toolkit/abis/LP_pair.json
diff --git a/web3toolkit/poetry.lock b/web3-toolkit/poetry.lock
similarity index 100%
rename from web3toolkit/poetry.lock
rename to web3-toolkit/poetry.lock
diff --git a/web3toolkit/pyproject.toml b/web3-toolkit/pyproject.toml
similarity index 100%
rename from web3toolkit/pyproject.toml
rename to web3-toolkit/pyproject.toml
diff --git a/web3toolkit/scripts/__init__.py b/web3-toolkit/scripts/__init__.py
similarity index 100%
rename from web3toolkit/scripts/__init__.py
rename to web3-toolkit/scripts/__init__.py
diff --git a/web3toolkit/scripts/decode_calldata.py b/web3-toolkit/scripts/decode_calldata.py
similarity index 100%
rename from web3toolkit/scripts/decode_calldata.py
rename to web3-toolkit/scripts/decode_calldata.py
diff --git a/web3toolkit/scripts/get_contracts_deployed.py b/web3-toolkit/scripts/get_contracts_deployed.py
similarity index 100%
rename from web3toolkit/scripts/get_contracts_deployed.py
rename to web3-toolkit/scripts/get_contracts_deployed.py
diff --git a/web3toolkit/scripts/get_deep_block_data.py b/web3-toolkit/scripts/get_deep_block_data.py
similarity index 100%
rename from web3toolkit/scripts/get_deep_block_data.py
rename to web3-toolkit/scripts/get_deep_block_data.py
diff --git a/web3toolkit/scripts/get_deep_tx_data.py b/web3-toolkit/scripts/get_deep_tx_data.py
similarity index 100%
rename from web3toolkit/scripts/get_deep_tx_data.py
rename to web3-toolkit/scripts/get_deep_tx_data.py
diff --git a/web3toolkit/scripts/get_reserve_history_by_block.py b/web3-toolkit/scripts/get_reserve_history_by_block.py
similarity index 100%
rename from web3toolkit/scripts/get_reserve_history_by_block.py
rename to web3-toolkit/scripts/get_reserve_history_by_block.py
diff --git a/web3toolkit/scripts/get_transfer_logs_and_wallets_balance_for_a_token.py b/web3-toolkit/scripts/get_transfer_logs_and_wallets_balance_for_a_token.py
similarity index 100%
rename from web3toolkit/scripts/get_transfer_logs_and_wallets_balance_for_a_token.py
rename to web3-toolkit/scripts/get_transfer_logs_and_wallets_balance_for_a_token.py
diff --git a/web3toolkit/scripts/utils/__init__.py b/web3-toolkit/scripts/utils/__init__.py
similarity index 100%
rename from web3toolkit/scripts/utils/__init__.py
rename to web3-toolkit/scripts/utils/__init__.py
diff --git a/web3toolkit/scripts/utils/arithmetics.py b/web3-toolkit/scripts/utils/arithmetics.py
similarity index 100%
rename from web3toolkit/scripts/utils/arithmetics.py
rename to web3-toolkit/scripts/utils/arithmetics.py
diff --git a/web3toolkit/scripts/utils/os.py b/web3-toolkit/scripts/utils/os.py
similarity index 100%
rename from web3toolkit/scripts/utils/os.py
rename to web3-toolkit/scripts/utils/os.py
diff --git a/web3toolkit/scripts/utils/plots.py b/web3-toolkit/scripts/utils/plots.py
similarity index 100%
rename from web3toolkit/scripts/utils/plots.py
rename to web3-toolkit/scripts/utils/plots.py
diff --git a/web3toolkit/scripts/utils/strings.py b/web3-toolkit/scripts/utils/strings.py
similarity index 100%
rename from web3toolkit/scripts/utils/strings.py
rename to web3-toolkit/scripts/utils/strings.py
diff --git a/web3toolkit/scripts/utils/web3_wrapper.py b/web3-toolkit/scripts/utils/web3_wrapper.py
similarity index 100%
rename from web3toolkit/scripts/utils/web3_wrapper.py
rename to web3-toolkit/scripts/utils/web3_wrapper.py