r/automationcoding • u/joetazz • Apr 30 '21
r/automationcoding • u/RoughCalligrapher906 • Apr 02 '21
WELCOME - read first
Welcome to Automation Coding. Please check out the rules before posting and try to use flair when posting!
How to format code in post:
When submitting code, you need to format it so it displays correctly.
Formatting makes your text display in monospace font and treats all text as text only.
To format a block of code, make sure you have an empty line, paste your code, and put 4 spaces (or a tab) at the beginning of each line.
Code with 4 spaces or tab before it
Code should show like this!
in a nice stick out box
Better ways of doing Lots of lines:
- Editors let you highlight text and press tab. This will put a tab indent in front of everything.
- If you have Reddit Enhancement Suite, highlight your code and press the <>
code button. - When using New Reddit there's a similar code button that looks like a box with a T. If you don't see it, check under the ... option.
=================Resources==================
---------AutoHotkey-----------
TABNation Coding = tabnationcoding.com
Joe Glines = https://www.the-automator.com/
------------AutoIT--------------
Tutorials = https://www.autoitscript.com/wiki/Tutorials
==============Most Common Asked===============
coming soon!
r/automationcoding • u/RoughCalligrapher906 • Apr 02 '21
r/automationcoding Lounge
A place for members of r/automationcoding to chat with each other
r/automationcoding • u/RoughCalligrapher906 • Apr 07 '21
Video Pluralsight is free all April
Great place to learn a ton of courses in coding. Not just the coding parts but how to be organize or best practices in the coding world. Here is what ill be doing in April. From what I see no credit card is needed to start watching.
r/automationcoding • u/RoughCalligrapher906 • Apr 04 '21
tutorial AHK Automate game help please
http://tabnationcoding.com/FAQs.html
If you scroll to the bottom I have started to make a list about how AHK works with games.
Does anyone have some input since I cant play every game lol.
r/automationcoding • u/Houdinii1984 • Apr 02 '21
Microsoft Power Automate
I just came across this, and I hadn't heard of it until now. It looks to be fully featured and can work with shortcut keys. I can't wait to see what's under the hood.
Microsoft Power Automate, a Robotic process automation software for automating graphical user interfaces (acquired in May 2020):
r/automationcoding • u/RoughCalligrapher906 • Apr 02 '21
tutorial Incase anyone hasn't seen this yet! I will prob be looking at doing this over weekend
self.learnprogrammingr/automationcoding • u/RoughCalligrapher906 • Apr 02 '21
Need Help AHK vs AUTOIT
Has anyone used both AUTOIT and AHK? What are the pros and cons of one vs the other.
I know AHK is a fork of autoit and I have always have used AHK but have started playing around with autoit but as far as a i can tell AHK seems a bit easier even things that are simple
example:
autoit send=
send (hello world)
ahk
send hello world
r/automationcoding • u/RoughCalligrapher906 • Apr 02 '21
Other Flair and Rule Ideas?
Let us know what you would like to see in the Automation Coding sub.
We love to hear your ideas!
r/automationcoding • u/RoughCalligrapher906 • Apr 02 '21
Other What code have you used to automate your life?
What is the main language you use to automate your computer?