#πŸ”’ Solved

22 messages Β· Page 1 of 1 (latest)

copper sequoiaBOT
#

@storm salmon

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

storm salmon
#

"afk": "away from keyboard",
"atp": "at this point",
"bc": "because",
"b4": "before",
"bff": "best friend forever",
"brb": "be right back",
"cya": "see you later",
"fml": "fuck my life",
"fr": "for real",
"fyi": "for your information",
"gg": "good game",
"gr8": "great",
"idc": "I don't care",
"idgaf": "I don't give a fuck",
"idgad": "I don't give a damn",
"idk": "I don't know",
"ikr": "I know right",
"imo": "in my opinion",
"irl": "in real life",
"jk": "just kidding",
"l8r": "later",
"m8": "mate",
"np": "no problem",
"oml": "oh my lord",
"ppl": "people",
"plz": "please",
"pls": "please",
"r": "are",
"rip": "rest in peace",
"rn": "right now",
"smh": "shaking my head",
"thx": "thanks",
"tbf": "to be fair",
"tbh": "to be honest",
"tmi": "too much information",
"ttyl": "talk to you later",
"tyvm": "thank you very much",
"u": "you",
"u2": "you too",
"w8": "wait",
"wth": "what the hell",
"wtf": "what the fuck",
"wtv": "whatever",
"yw": "you're welcome"

kindred sigil
#

do you need any help with the actual python implementation of this

odd anvil
#

What's the end goal here ?

hearty brook
#

what does this have to do with typing?

kindred sigil
#

like if you type an abbreviation it becomes the spelled out word

#

is my guess

hearty brook
#

yeah i guess it's unlikely they mean typing in the typehinting sense

storm salmon
#

this is as many as I could find

#

I already have the python code working just looking to add more

copper sequoiaBOT
#

Hey @storm salmon!

Please edit your message to use a code block

```py
print('Hello, world!')
```

This will result in the following:

print('Hello, world!')```
storm salmon
#
if __name__ == "__main__":
    for abbr, full in replacements.items():
        keyboard.add_abbreviation(abbr, full + " ")  # Add space here
    
    print("Autocorrect script started. Press Ctrl+C to stop.")
    keyboard.wait()
#

think this could help a lot with writing essays and shit where u cannot use these types of words making it much faster to get your point across

kindred sigil
#

I mean that’s not really a Python question if you are just looking for more words to add to your list @storm salmon

storm salmon
#

yea lol thats true

storm salmon
#

Solved

hearty brook
#

better if you close the post

storm salmon
#

not really a python question

#

how

copper sequoiaBOT
#
Python help channel closed using Discord native close action

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.