From 314bdf533ea9aef3172e4a8bb2d87c0e7ed6faac Mon Sep 17 00:00:00 2001 From: osiris account Date: Sun, 12 Mar 2023 15:32:23 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++------- ...e - Python 2 to 3_ What you need to know .pdf | Bin .../enconding-decimals/.gitkeep | 0 .../enconding-decimals/Makefile | 0 .../enconding-decimals/README.md | 0 .../enconding-decimals/data/ConvertedData.txt | 0 .../enconding-decimals/main_test.py | 0 .../enconding-decimals/requirements.txt | 0 .../enconding-decimals/setup.py | 0 .../enconding-decimals/src/__init__.py | 0 .../enconding-decimals/src/main.py | 0 .../enconding-decimals/test/__init__.py | 0 .../enconding-decimals/tox.ini | 0 .../fastapi-location-app/.gitignore | 0 .../fastapi-location-app/.vercelignore | 0 .../fastapi-location-app/README.md | 0 .../fastapi-location-app/api/__init__.py | 0 .../fastapi-location-app/api/api.py | 0 .../fastapi-location-app/api/methods.py | 0 .../fastapi-location-app/api/routes.py | 0 .../fastapi-location-app/main.py | 0 .../fastapi-location-app/requirements-dev.txt | 0 .../fastapi-location-app/requirements.txt | 0 .../fastapi-location-app/vercel.json | 0 .../finding-blob-boundary/.gitignore | 0 .../finding-blob-boundary/Makefile | 0 .../finding-blob-boundary/find_glob_boundary.py | 0 .../magic-pen/.env_example | 0 .../magic-pen/.gitignore | 0 .../magic-pen/Makefile | 0 .../magic-pen/README.md | 0 .../magic-pen/data/ConvertedData.txt | 0 .../magic-pen/data/InputStream.txt | 0 web2-projects/magic-pen/requirements.txt | 4 ++++ .../magic-pen/setup.py | 0 .../magic-pen/src/Epen.py | 0 .../magic-pen/src/__init__.py | 0 .../magic-pen/src/encoder.py | 0 .../magic-pen/src/main.py | 0 .../magic-pen/src/settings.py | 0 .../magic-pen/src/utils.py | 0 .../magic-pen/tox.ini | 0 .../maze-puzzle/.gitkeep | 0 .../maze-puzzle/README.md | 0 .../src/clients/product_detail_client.py | 0 .../src/clients/product_search_client.py | 0 .../maze-puzzle/src/service.py | 0 .../maze-puzzle/tests/service_test.py | 0 {web2_projects => web2-projects}/medium/README.md | 0 {web2_projects => web2-projects}/medium/posts.py | 0 .../nft-traits-gen/LICENSE | 0 .../nft-traits-gen/README.md | 0 .../nft-traits-gen/gen_nfts.py | 0 .../nft-traits-gen/nfts/nft_1.png | Bin .../nft-traits-gen/nfts/nft_10.png | Bin .../nft-traits-gen/nfts/nft_2.png | Bin .../nft-traits-gen/nfts/nft_3.png | Bin .../nft-traits-gen/nfts/nft_4.png | Bin .../nft-traits-gen/nfts/nft_5.png | Bin .../nft-traits-gen/nfts/nft_6.png | Bin .../nft-traits-gen/nfts/nft_7.png | Bin .../nft-traits-gen/nfts/nft_8.png | Bin .../nft-traits-gen/nfts/nft_9.png | Bin .../nft-traits-gen/requirements.txt | 0 .../nft-traits-gen/resources/Roboto-Medium.ttf | Bin .../nft-traits-gen/sample_env | 0 .../nft-traits-gen/traits/0.txt | 0 .../nft-traits-gen/traits/1.txt | 0 .../nft-traits-gen/traits/2.txt | 0 .../nft-traits-gen/traits/3.txt | 0 .../nft-traits-gen/traits/4.txt | 0 .../nft-traits-gen/traits/5.txt | 0 .../other-puzzles/README.md | 0 .../other-puzzles/falling-rain-On.py | 0 .../other-puzzles/falling-rain-On2.py | 0 {web3toolkit => web3-toolkit}/.env.example | 0 {web3toolkit => web3-toolkit}/Makefile | 0 {web3toolkit => web3-toolkit}/README.md | 0 {web3toolkit => web3-toolkit}/abis/LP_pair.json | 0 {web3toolkit => web3-toolkit}/poetry.lock | 0 {web3toolkit => web3-toolkit}/pyproject.toml | 0 {web3toolkit => web3-toolkit}/scripts/__init__.py | 0 .../scripts/decode_calldata.py | 0 .../scripts/get_contracts_deployed.py | 0 .../scripts/get_deep_block_data.py | 0 .../scripts/get_deep_tx_data.py | 0 .../scripts/get_reserve_history_by_block.py | 0 ...ansfer_logs_and_wallets_balance_for_a_token.py | 0 .../scripts/utils/__init__.py | 0 .../scripts/utils/arithmetics.py | 0 {web3toolkit => web3-toolkit}/scripts/utils/os.py | 0 .../scripts/utils/plots.py | 0 .../scripts/utils/strings.py | 0 .../scripts/utils/web3_wrapper.py | 0 94 files changed, 11 insertions(+), 7 deletions(-) rename {web2_projects => web2-projects}/WWCode - Python 2 to 3_ What you need to know .pdf (100%) rename {web2_projects => web2-projects}/enconding-decimals/.gitkeep (100%) rename {web2_projects => web2-projects}/enconding-decimals/Makefile (100%) rename {web2_projects => web2-projects}/enconding-decimals/README.md (100%) rename {web2_projects => web2-projects}/enconding-decimals/data/ConvertedData.txt (100%) rename {web2_projects => web2-projects}/enconding-decimals/main_test.py (100%) rename {web2_projects => web2-projects}/enconding-decimals/requirements.txt (100%) rename {web2_projects => web2-projects}/enconding-decimals/setup.py (100%) rename {web2_projects => web2-projects}/enconding-decimals/src/__init__.py (100%) rename {web2_projects => web2-projects}/enconding-decimals/src/main.py (100%) rename {web2_projects => web2-projects}/enconding-decimals/test/__init__.py (100%) rename {web2_projects => web2-projects}/enconding-decimals/tox.ini (100%) rename {web2_projects => web2-projects}/fastapi-location-app/.gitignore (100%) rename {web2_projects => web2-projects}/fastapi-location-app/.vercelignore (100%) rename {web2_projects => web2-projects}/fastapi-location-app/README.md (100%) rename {web2_projects => web2-projects}/fastapi-location-app/api/__init__.py (100%) rename {web2_projects => web2-projects}/fastapi-location-app/api/api.py (100%) rename {web2_projects => web2-projects}/fastapi-location-app/api/methods.py (100%) rename {web2_projects => web2-projects}/fastapi-location-app/api/routes.py (100%) rename {web2_projects => web2-projects}/fastapi-location-app/main.py (100%) rename {web2_projects => web2-projects}/fastapi-location-app/requirements-dev.txt (100%) rename {web2_projects => web2-projects}/fastapi-location-app/requirements.txt (100%) rename {web2_projects => web2-projects}/fastapi-location-app/vercel.json (100%) rename {web2_projects => web2-projects}/finding-blob-boundary/.gitignore (100%) rename {web2_projects => web2-projects}/finding-blob-boundary/Makefile (100%) rename {web2_projects => web2-projects}/finding-blob-boundary/find_glob_boundary.py (100%) rename {web2_projects => web2-projects}/magic-pen/.env_example (100%) rename {web2_projects => web2-projects}/magic-pen/.gitignore (100%) rename {web2_projects => web2-projects}/magic-pen/Makefile (100%) rename {web2_projects => web2-projects}/magic-pen/README.md (100%) rename {web2_projects => web2-projects}/magic-pen/data/ConvertedData.txt (100%) rename {web2_projects => web2-projects}/magic-pen/data/InputStream.txt (100%) create mode 100644 web2-projects/magic-pen/requirements.txt rename {web2_projects => web2-projects}/magic-pen/setup.py (100%) rename {web2_projects => web2-projects}/magic-pen/src/Epen.py (100%) rename {web2_projects => web2-projects}/magic-pen/src/__init__.py (100%) rename {web2_projects => web2-projects}/magic-pen/src/encoder.py (100%) rename {web2_projects => web2-projects}/magic-pen/src/main.py (100%) rename {web2_projects => web2-projects}/magic-pen/src/settings.py (100%) rename {web2_projects => web2-projects}/magic-pen/src/utils.py (100%) rename {web2_projects => web2-projects}/magic-pen/tox.ini (100%) rename {web2_projects => web2-projects}/maze-puzzle/.gitkeep (100%) rename {web2_projects => web2-projects}/maze-puzzle/README.md (100%) rename {web2_projects => web2-projects}/maze-puzzle/src/clients/product_detail_client.py (100%) rename {web2_projects => web2-projects}/maze-puzzle/src/clients/product_search_client.py (100%) rename {web2_projects => web2-projects}/maze-puzzle/src/service.py (100%) rename {web2_projects => web2-projects}/maze-puzzle/tests/service_test.py (100%) rename {web2_projects => web2-projects}/medium/README.md (100%) rename {web2_projects => web2-projects}/medium/posts.py (100%) rename {web2_projects => web2-projects}/nft-traits-gen/LICENSE (100%) rename {web2_projects => web2-projects}/nft-traits-gen/README.md (100%) rename {web2_projects => web2-projects}/nft-traits-gen/gen_nfts.py (100%) rename {web2_projects => web2-projects}/nft-traits-gen/nfts/nft_1.png (100%) rename {web2_projects => web2-projects}/nft-traits-gen/nfts/nft_10.png (100%) rename {web2_projects => web2-projects}/nft-traits-gen/nfts/nft_2.png (100%) rename {web2_projects => web2-projects}/nft-traits-gen/nfts/nft_3.png (100%) rename {web2_projects => web2-projects}/nft-traits-gen/nfts/nft_4.png (100%) rename {web2_projects => web2-projects}/nft-traits-gen/nfts/nft_5.png (100%) rename {web2_projects => web2-projects}/nft-traits-gen/nfts/nft_6.png (100%) rename {web2_projects => web2-projects}/nft-traits-gen/nfts/nft_7.png (100%) rename {web2_projects => web2-projects}/nft-traits-gen/nfts/nft_8.png (100%) rename {web2_projects => web2-projects}/nft-traits-gen/nfts/nft_9.png (100%) rename {web2_projects => web2-projects}/nft-traits-gen/requirements.txt (100%) rename {web2_projects => web2-projects}/nft-traits-gen/resources/Roboto-Medium.ttf (100%) rename {web2_projects => web2-projects}/nft-traits-gen/sample_env (100%) rename {web2_projects => web2-projects}/nft-traits-gen/traits/0.txt (100%) rename {web2_projects => web2-projects}/nft-traits-gen/traits/1.txt (100%) rename {web2_projects => web2-projects}/nft-traits-gen/traits/2.txt (100%) rename {web2_projects => web2-projects}/nft-traits-gen/traits/3.txt (100%) rename {web2_projects => web2-projects}/nft-traits-gen/traits/4.txt (100%) rename {web2_projects => web2-projects}/nft-traits-gen/traits/5.txt (100%) rename {web2_projects => web2-projects}/other-puzzles/README.md (100%) rename {web2_projects => web2-projects}/other-puzzles/falling-rain-On.py (100%) rename {web2_projects => web2-projects}/other-puzzles/falling-rain-On2.py (100%) rename {web3toolkit => web3-toolkit}/.env.example (100%) rename {web3toolkit => web3-toolkit}/Makefile (100%) rename {web3toolkit => web3-toolkit}/README.md (100%) rename {web3toolkit => web3-toolkit}/abis/LP_pair.json (100%) rename {web3toolkit => web3-toolkit}/poetry.lock (100%) rename {web3toolkit => web3-toolkit}/pyproject.toml (100%) rename {web3toolkit => web3-toolkit}/scripts/__init__.py (100%) rename {web3toolkit => web3-toolkit}/scripts/decode_calldata.py (100%) rename {web3toolkit => web3-toolkit}/scripts/get_contracts_deployed.py (100%) rename {web3toolkit => web3-toolkit}/scripts/get_deep_block_data.py (100%) rename {web3toolkit => web3-toolkit}/scripts/get_deep_tx_data.py (100%) rename {web3toolkit => web3-toolkit}/scripts/get_reserve_history_by_block.py (100%) rename {web3toolkit => web3-toolkit}/scripts/get_transfer_logs_and_wallets_balance_for_a_token.py (100%) rename {web3toolkit => web3-toolkit}/scripts/utils/__init__.py (100%) rename {web3toolkit => web3-toolkit}/scripts/utils/arithmetics.py (100%) rename {web3toolkit => web3-toolkit}/scripts/utils/os.py (100%) rename {web3toolkit => web3-toolkit}/scripts/utils/plots.py (100%) rename {web3toolkit => web3-toolkit}/scripts/utils/strings.py (100%) rename {web3toolkit => web3-toolkit}/scripts/utils/web3_wrapper.py (100%) 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