python emoji

Posts tagged with :python:

alphast101
@alphast1012
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/63c4de33-5c22-44d2-bf53-d1a29fc1f62c-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/43da5f92216e78b1a33caae63115c00a30ac43010f743ff7c7522b0c82e0a21e/1b23ba08-743b-480b-b178-5b297108cfb5.png
github emoji
python emoji
Vihaan
@Vihaan1
Working on a Minecraft Launcher built in Python 🔥. Finished the home page UI today, gonna start working on the other UI elements and also backend tomorrow.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/4c1e5cb2-512c-4ab4-b59e-46fb2adf146f-image.png
minecraft emoji
python emoji
Limit6
@Limit61
Today I added UI and logic for my upcoming expense tracker written in python
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/193f785e-1455-41c0-b9b5-02e4b2f20d69-expensetracker_2024-11-27t13_26_25_910548-ezgif.com-svg-to-png-converter.png
python emoji
KavishDevar
@KavishDevar1
Been a long time since I actually posted something on here... I have made an app for android (and linux) that makes using AirPods on those operating systems way easier and better. Do you know how much Apple likes to restrict most of the features to their devices. Well, I removed the restriction! I reverse-engineered how Apple devices communicate with AirPods and wrote an app for linux and android. AirPods use the L2CAP Bluetooth protocol to communicate with apple devices. The linux version of this app has multiple scripts. One of them runs as a daemon to handle the connection, and others to handle UI, userspace, like pausing music, lowering volume, etc.. I did this so that I can have multiple applications which can talk to the AirPods without interrupting the other one. It is written purely in Python. Currently, I have made a tray application using PyQT5/6. It manages ear detection, conversational awareness, and gives me control over ANC. And, it shows the battery level too! As for the Android app, well I have attached a few images! Yes, I have tried to clone iOS's settings screen for AirPods. :okig: The android app was a pain to work upon. For starters, Android's bluetooth stack sent extra packets to the AirPods to check for some flow control mode. The AirPods will not respond to anything until they receive a specific handshake packet. I had to download the entire android source to test out and edit the libbluetooth_jni.so (the bluetooth stack). Then, I used my smol brain to make a few changes to the source code (and by a few changes, i mean commented a few lines)... And, it worked! Rant about Apple - Guess what- They hide their handshake packet from the PacketLogger app which allows me to view all the packets sent/received from my mac to any bluetooth device. Fortunately this was available online thanks to some other people who worked way before me. Apple even hid another packet necessary to activate Conversational Awareness and Adaptive Audio! Somehow, I got really, really, really lucky, and the packet just showed up in the PacketLogger app, shortly after which, it crashed. :confused-dino: What works on the app – • Accurate battery levels • In-Ear detection – Music is automatically paused when they're taken out of ear! Plus, AirPods are removed as an available audio output device when none of the AirPods are in ear. • Conversational Awareness – Lowers volume when you start speaking! • Set Noise Control Mode – I can change the Noise Control Mode on my AirPods Pro 2! • Renaming AirPods • And a bunch of other settings extracted from the iOS/iPadOS settings page. ◦ Namely, Toggle Conversational Awareness, Toggle Loud Sound Reduction, Set Adaptive Audio Noise level, Toggle Automatic ear detection, Off listening Mode, Tone Volume, Noise Cancellation with Single AirPod, Toggle Volume Control by swiping. • And, of course, a debug screen, which lists all packets received, and even allows you to send packets! GitHub: github.com/kavishdevar/aln upvote the issue on android issue tracker so that the bug gets fixed: issuetracker.google.com/issues/371713238 :>
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/d89740a1-d87a-490e-be84-8ab1c47934a4-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/d2fc76f3-eb75-49b2-9d58-15b6d944eced-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/c40dd5a4-128b-429a-933a-91615e602052-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/16c5d016-de35-4cc6-8fab-8a02a2bce59b-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/a574e52c-3562-4241-9c73-1f14ace53bd4-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/81d564f1558c4035313b4447aba8eec39d3fbf388f9ccb04c8b4648151d82963/8a3136cf-43d4-4b5b-9936-71e1837df994.png
AdvayRoongta
@AdvayRoongta1
Today i worked on my learning chat bot with python and JSON: The base is complete, as before today it could only read from the file, but now it can add things to the file. This took 1 hour, next i will add algorithms.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/75fb9745-aa81-4d2c-89ce-e8598638a08f-screenshot__121_.png
AndyHan
@AndyHan1
Continued working on a long-time project of mine: Make a stupid simple ML algorithm out of python (but no libraries except NumPy) to recognize hand-written digits! Right now, error rate is ~ 30%
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/8e3fa25a-32c5-4d0f-88e4-303f82b18776-image.png
python emoji
BennyGaming635
@BennyGaming6351
Any python ideas?
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/cd839967-7a29-4c23-bc66-02be9aa698d0-image.png
python emoji
DynamicWhiteHat
@DynamicWhiteHat1
Got some good work done on my discord bot to keep streaks for my robotics team. I not only learned how to use SQL but also solidified python skills that increase my efficiency.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/994362c0-fc13-4b19-918c-50b806492b16-image.png
snej55
@snej551
Today I made a quick level editor with pygame-ce for my game. My game is in C++ and SDL2, but I store my levels in JSON so it is easier to make the level editor in python (so I can easily code up features like autotiling and autosaving), as it doesn't need to interact with my game in any other way than accessing the same map save file. Plus, the level editor is just a small python file, I don't need another Makefile system to compile it with SDL2 🙂.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/3e63edf3-4f5d-4648-a68c-1b24d8384dfa-image.png
AlexLu-U02NJJRQN86
@AlexLu-U02NJJRQN861
Started working on an ascii image loader with colour for a python terminal game engine
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/caf02ea6-138f-4088-8d6f-25d28f9ea564-image.png
LiamShah
@LiamShah2
Been working on a simple game in python
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/6b8e0432-ca2a-4d5f-a1b7-b7aebe898777-screenshot_2024-11-25_at_9.20.23___pm.png
ZaynDamji
@ZaynDamji2
Started using OpenCV with Python to recognize images within other images (template matching)!
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/00734e4b-71bd-47e2-a903-82eedb52037b-screen_shot_2024-11-25_at_11.50.48_pm.png
python emoji
karmanyaahm
@karmanyaahm0
Random 4 hour hack on one of my 20 receipt printers that I got for $5 Voice to receipt printer! Using a bunch of jank power supplies (I don't have the official power supply) and usb->serial adapters (I don't have the official USB version) and Python speech to text
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/45a8406d-ef33-4a71-976f-38ef3583dcb5-pxl_20241122_075516881_2.jpg
goose-honk-technologist emoji
partyparrot emoji
python emoji
phthallo
@phthallo0
this is literally insane to me but in the span of one week i: • :rocket_animated: flew to los angeles for ascend and actually made a (semi functional) hackathon project • 🎓 graduated high school ?!??!? what • :python: presented a project of mine (the very first project i scrapbooked) at pycon australia's student showcase, over in melbourne (the student showcase might be an australian-only thing :fucking_sobbing:) along the way, i hung out with some great friends, spoke to a lot of awesome new people, got some nice swag, spent a lot of time travelling in planes and through different cities. seriously, if you'd told thirteen year old me that i'd be doing all this i absolutely would not have believed you at all tl;dr the real projects were the friends we made along the way or something like that
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/ebdb15b8-c165-4542-9ccb-fae890325f5c-20241123_225332.jpg
dat'smeh
@dat'smeh0
texture mapping and 3d model loading in python game engine (+ glsl)
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/4d1d83d8-e4a4-40a9-bfbe-b2565367f92b-base_profile_screenshot_2024.11.23_-_21.28.10.88.png
dat'smeh
@dat'smeh0
here is a python game engine + glsl language XD
SilverCanvas72
@SilverCanvas720
Worked on a simple connect 4 game in python today
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/24b0b690-7b8a-476c-8a6c-d25bce136a30-image.png
DarshanGK
@DarshanGK0
https://imgutil.s3.us-east-2.amazonaws.com/b355befcdc08580aab764b1cd2b83070e9df77afcfdae8c756bb53c2d0f5b892/97f61a33-e4ad-423c-94ae-dd110305765f.png
github emoji
python emoji
khang200923
@khang2009230
https://imgutil.s3.us-east-2.amazonaws.com/53ceed237a46f34a025ffd6d046e609da33799202853adbbb76318022831952f/2164ef65-d0ba-4086-a3e5-b3bda64d35b5.png
python emoji
github emoji
Alan
@Alan0
Final arcade update for my python virtual assistant library: • Added some basic RAG • Updated the readme to include basic example usage GitHub
https://imgutil.s3.us-east-2.amazonaws.com/7230c949fdf784702b27e28407e103328647828a08875c7c4c4089de98bd964f/787e78b8-b7c4-4f48-967a-d7780b7f4b8f.png
summer-of-making emoji
github emoji
python emoji
MatthewSoh
@MatthewSoh0
https://imgutil.s3.us-east-2.amazonaws.com/fb3df46a4412f16108991b4cbcf84447c2ba9cdf706869f5972978d4f71277bf/9077192d-3a85-44d9-a494-2664bf60ddc7.png
summer-of-making emoji
js emoji
python emoji
github emoji
react emoji
amooo-ooo
@amooo-ooo0
Have been working with my friend on the ULTIMATE discord bot. Introducing Animegen, an AI powered discord bot that has capabilities for moderation, ai chat with long term memory and image support, music support in vcs, ai image generation, and more! The bot also supports hot reloading powered by python watchdog and queue, speed up and speed down system for music, smart memory recall and other amazing things. The start of the project has been heavily documented for arcade but as time went on, my interest in the project shifted slightly and my friend has decided to maintain the discord bot. All the ai models are also powered by huggingface spaces meaning it's all completely free to run and use!! The github repo can be found here: github.com/amooo-ooo/animegen I've also attached some snippets of the discord bot's capabilities since a video might be a little too long. We even tried to use opengl to convert ai model images into a vtubing rig but yikes we underestimated that proccess (not yet implemented lol)
https://scrapbook-into-the-redwoods.s3.amazonaws.com/358b2b9b-6c84-42d9-9c3a-e186792e4628-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/38712097-cd54-40ad-948f-aaf46fbc82a5-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/ffad416e-c078-46cf-a963-f9f3323ad629-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/26b01519-a97b-4f9a-a585-01b5e2306eb2-screenshot_2024-07-08_183731.pnghttps://imgutil.s3.us-east-2.amazonaws.com/18e9cf3a9e6e0691b16c021a67e113df988d6c26e015802cde8729ecf87c655a/84164d12-598d-47b0-94f3-cf652b44e59f.png
PankajKumar
@PankajKumar0
https://imgutil.s3.us-east-2.amazonaws.com/cfd2140e8496642d67875958b705f4c795d9537fc154c720b5e8c51267e478b1/9c26d18e-cc8a-4202-b4ba-d088c8147848.png
python emoji
summer-of-making emoji
goose-honk-technologist emoji
github emoji
Keyaan
@Keyaan0
https://imgutil.s3.us-east-2.amazonaws.com/20f00e7fb24e6923e330ef221241dc25b60ebc3bbf6d95d8158490f303a3127a/6ad934ab-9868-45d7-94ef-2e41df11b251.png
github emoji
summer-of-making emoji
python emoji
Keyaan
@Keyaan0
https://imgutil.s3.us-east-2.amazonaws.com/731a38e8544df5977a882ff0051e5f392bef564f4447dc93bc74dbc1cb47984a/c3abe814-96f4-4a50-b5ea-a4893280e08f.png
python emoji
summer-of-making emoji
github emoji
Anson-U07FPDRVCD8
@Anson-U07FPDRVCD80
https://scrapbook-into-the-redwoods.s3.amazonaws.com/e944c2c4-f6cd-45cb-b2eb-22ceb6c6e297-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/72f0bd22e28791d6fd06be8314b516248c8810af872e63970b8dc878226954e9/860947bd-7809-433c-ae14-fb14ed58e02c.png
github emoji
summer-of-making emoji
python emoji
PankajKumar
@PankajKumar0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/8636c3d3-4c42-4846-a449-a7666fabf7e6-screenshot_2024-08-30_115319.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/77632ae0-0424-4e90-b709-b446d05c0b5f-screenshot_2024-08-30_115403.pnghttps://imgutil.s3.us-east-2.amazonaws.com/72227a80f7414e45a6f6fdc087c2a70fc327cdd889ee6b416f376e59faecd70d/272fd104-dac8-43ce-84d7-551697185416.png
PankajKumar
@PankajKumar0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/59fbf478-d0d1-45cb-b959-51d4f885016a-screenshot_2024-09-01_010152.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/7597cef5-5640-4cfd-87a0-d98dca2ab528-screenshot_2024-09-01_010258.pnghttps://imgutil.s3.us-east-2.amazonaws.com/c058bbd2a81825d678d8848dd9a961b50e8ea65acca631f4529e9fbb9e0bd748/a326f3e8-a5b4-4779-89c7-01d7e0ef71ab.png
python emoji
github emoji
summer-of-making emoji
LucaLuisi
@LucaLuisi0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/c66a3333-3d85-4024-b7e8-bc0b3e218b83-screenshot_20240901-044110.pnghttps://imgutil.s3.us-east-2.amazonaws.com/506d0c2838390af2b865429d096b04b6c480efec8d04bc194efd37724e8cd129/ec7d3e32-2190-4c18-befa-eb598b714c3e.png
python emoji
summer-of-making emoji
github emoji
Simon-U06U0TXDGNA
@Simon-U06U0TXDGNA0
https://imgutil.s3.us-east-2.amazonaws.com/e0a7e1d41645c798a547eea430c23ac31c14615b7525a1bc7f21d79f7b6cebd7/5193cab9-5303-4b75-be4a-a805a5a75b15.png
github emoji
python emoji
summer-of-making emoji
plop
@plop0
https://imgutil.s3.us-east-2.amazonaws.com/cef92585415a39edce2561f9c767aea6a40188903e8fb006fcfedfe23a3ea110/b60c86d4-394a-4f46-87c1-c485db0ac23d.png
summer-of-making emoji
python emoji
github emoji
anne
@anne0
https://imgutil.s3.us-east-2.amazonaws.com/645b9e57de6fba861a599e479f492b7edb93679de9860b428096a32777562b50/df80c591-6081-4877-93ae-9b8d69d70c54.png
summer-of-making emoji
github emoji
python emoji
PankajKumar
@PankajKumar0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/8e1b4057-94d2-4599-aea8-a6e33be7dfe5-screenshot_2024-08-31_182939.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/1c8aadcf-fb5e-4ea7-9fca-764654fc03ba-screenshot_2024-08-31_183004.pnghttps://imgutil.s3.us-east-2.amazonaws.com/a9f87387d7ab8038e4df9041e32d014b472c52cb2686c623b04e8dbdfacccd55/f71e7991-959f-461f-9bdf-bb22a1445822.png
summer-of-making emoji
github emoji
python emoji
PankajKumar
@PankajKumar0
https://imgutil.s3.us-east-2.amazonaws.com/feb7b9d04574b7e09871465354f1285cc07c27557225632b03ca03d6843a2956/1f784a75-c581-4233-a897-9f62676264d9.png
slack emoji
summer-of-making emoji
github emoji
python emoji
PankajKumar
@PankajKumar0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/ca528911-e8df-483c-bd37-4a7943dcdedf-screenshot_2024-08-31_185758.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/fd592749-26f0-4ad6-828c-9009ec6f6bf2-screenshot_2024-08-31_185855.pnghttps://imgutil.s3.us-east-2.amazonaws.com/575147d8bb01c45a1e829f7546939596251effd5efe0ad9a6723dbd363f86127/8056540b-5574-42ff-b61a-88aa950a4ab7.png
python emoji
summer-of-making emoji
github emoji
EzioAuditoreDeFinerze
@EzioAuditoreDeFinerze0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/5eb0bb59-c145-470e-8e34-7f7401e191d5-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/11986e5f-bcfd-44d0-a9d9-20f46e9f0bc8-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/d1fb073e-f8bb-422d-849a-2457add21189-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/fdb30add-e2d6-4d68-9be8-a7d95071e4fe-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/a32ba47fa56ff7cbfbffc9a4040bc0153f0ce4a08ea76a73f0aea09ca206c4a1/d1103ea1-729d-4e26-a0da-2ee6bc7a7507.png
python emoji
github emoji
summer-of-making emoji
PankajKumar
@PankajKumar0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/8e3ef75c-a0f6-4ce5-8503-e8967b62c1cd-screenshot_2024-08-29_111707.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/fc9d56dc-c3d1-406e-ad0f-8214cdc9c826-screenshot_2024-08-29_111600.pnghttps://imgutil.s3.us-east-2.amazonaws.com/d73a4e57d8fda2a944b29b424d12c02ffdf8b77f589ec99b4fdb4465c1633289/73ad7b8b-7068-41fe-a9b1-beec05106542.png
github emoji
python emoji
summer-of-making emoji
JakubPrit
@JakubPrit0
Made Python script that uses PyAutoGUI and OpenCV to recognize the state of a minesweeper(.online) game. State recognition works (but not as reliably as I would like it to), actually solving the game is not done yet, this was mainly for me for learning computer vision (took basically all of the time). Also minesweeper.online was under maintainance for some time while I was making this, testing was hard due to that, and I think they broke some parts of my code by some small visual changes... github.com/JakubPrit/minesweeper-cheat
https://imgutil.s3.us-east-2.amazonaws.com/e1c422e9f3b743f6d371fd156a4bd6340c3ce19f7a8a415f58f700d527103a42/415ac486-31e9-4c84-842e-75b7df4f4197.png
sreyasaju
@sreyasaju0
Hello everyone! I've created a voice-to-MIDI app, 'harmonize', with Python. Transform your voice to music now! :tw_musical_note: Sing or Hum a tune, get the MIDI notes! INFO : 2nd Scrapbook! github.com/sreyasaju/harmonize
https://imgutil.s3.us-east-2.amazonaws.com/5290ed1c9684e243ca3f776e4e05c5c023651af04c5ac87f670b066a22e994e8/b8704aa5-40c7-4dc5-a860-4805c729ae30.png
python emoji
music emoji
github emoji
summer-of-making emoji
JakubPrit
@JakubPrit0
https://imgutil.s3.us-east-2.amazonaws.com/b8070ad99533e1975721a2029ce47b5065b787ba5cb67055dd06c5fa3a36c9c7/640addef-9387-4735-a76a-5a81089bd31d.png
JonasHeilig
@JonasHeilig0
https://imgutil.s3.us-east-2.amazonaws.com/e581e649769fe112eea65273299b43eb58637dc64cbef5a33449cf7db46b50f7/2e6b3a41-5e0e-4c43-bd8f-8d941324b645.png
github emoji
summer-of-making emoji
python emoji
sreyasaju
@sreyasaju0
Hello everyone! I've created a voice-to-MIDI app, 'harmonize', with Python. Transform your voice to music now! :tw_musical_note: Sing or Hum a tune, get the MIDI notes! github.com/sreyasaju/harmonize
https://imgutil.s3.us-east-2.amazonaws.com/5290ed1c9684e243ca3f776e4e05c5c023651af04c5ac87f670b066a22e994e8/19bc90fd-ea64-4703-abd9-6ca67de412cf.png
summer-of-making emoji
music emoji
python emoji
github emoji
DarshJindal
@DarshJindal0
https://imgutil.s3.us-east-2.amazonaws.com/ed6b6b29f8125f71840980b6321bdfa3e3b49b78da79b1fffe27fbb5e0fbb340/c1b3cc4b-c765-47be-9cdf-4ed309dc3849.png
summer-of-making emoji
github emoji
python emoji
TanushChauhan
@TanushChauhan0
https://imgutil.s3.us-east-2.amazonaws.com/e31e320aa019a69b44e8afa99d98b6348bfb8e93fdd922345fbba6905bec7806/ac9b0cf6-c163-42b1-b755-754d64ec8322.png
python emoji
summer-of-making emoji
github emoji
HenryLi(BXSCI)
@HenryLi(BXSCI)0
https://imgutil.s3.us-east-2.amazonaws.com/145469043d90b3a7850f37bf434940bda0be6b40c81e2467610241f929c32e00/6119a3d9-dd2e-45a0-8aa5-a2ca61f49b78.png
summer-of-making emoji
github emoji
python emoji
Abhay-U04GVEDH049
@Abhay-U04GVEDH0490
Fixed all the readmes and everything else for all my projects! Tl;DR > • github.com/abc-is-here/hack-club > • github.com/abc-is-here/Hackclubart1 > • github.com/abc-is-here/personal-website > • github.com/abc-is-here/motion-detection > • github.com/abc-is-here/my-3D-art-gallery > • github.com/abc-is-here/my-3D-art-gallery > • github.com/abc-is-here/python-game > • github.com/abc-is-here/3D-portfolio-for-art > • github.com/abc-is-here/A-new-game > • github.com/abc-is-here/an-interactive-drawing-app > • github.com/abc-is-here/3D_portfolio > • github.com/abc-is-here/color-contrast-checker > • github.com/abc-is-here/A-character > • github.com/abc-is-here/img_search > • github.com/abc-is-here/A-new-desire > • github.com/abc-is-here/a-portfolio > • github.com/abc-is-here/Markdown-to-html-converter > • github.com/abc-is-here/ai-trip-planner > • github.com/abc-is-here/Social-media-app > • github.com/abc-is-here/Learn-a-thing > • github.com/abc-is-here/NewPortfolioConcept > • github.com/abc-is-here/New-Chat-Application > • github.com/abc-is-here/Google-chrome-profile-locker > • github.com/abc-is-here/Arcade-jam-game-2 (Github release + game to .exe or .apk or link to web build) > • github.com/abc-is-here/untitledfornow (Github release + game to .exe or .apk or link to web build) > • github.com/abc-is-here/legend-of-bell-witch (Github release + game to .exe or .apk or link to web build)
https://imgutil.s3.us-east-2.amazonaws.com/321c9f84a7f75a9d53da043dc2807936300940677bde90272c94629eff9224da/0eb607b7-f3ce-4f83-8eca-a31d3f1dd149.png
Jakob
@Jakob0
I worked with python(forgot to add)
https://scrapbook-into-the-redwoods.s3.amazonaws.com/44d6e7ae-b720-4fa3-9297-75853f0811a8-catch_screenshot.jpg
python emoji
summer-of-making emoji
TawhidBinOmar
@TawhidBinOmar0
Made a scientific constants archive app in python. Github
https://imgutil.s3.us-east-2.amazonaws.com/186d7506ecb25ce67b20b8c19f2f26a3cebcd2f271c2a2d63976f8ea66a24a09/e7c2b17b-3148-465b-994b-c671afbc2924.png
github emoji
summer-of-making emoji
python emoji