#π Solved
22 messages Β· Page 1 of 1 (latest)
@storm salmon
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.
"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"
do you need any help with the actual python implementation of this
What's the end goal here ?
what does this have to do with typing?
yeah i guess it's unlikely they mean typing in the typehinting sense
im looking for more words like this
this is as many as I could find
I already have the python code working just looking to add more
Hey @storm salmon!
```py
print('Hello, world!')
```
This will result in the following:
print('Hello, world!')```
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
I mean thatβs not really a Python question if you are just looking for more words to add to your list @storm salmon
yea lol thats true
Solved
better if you close the post
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.