Jump to content

AutoMee debut


comart
 Share

Recommended Posts

Thanks to AutoIt, I can create myself all-on-one utility.

No need to install bunch of softwares to do my daily trivial stuff. :nuke:

Click here to download it

Plz let me know your comments, thx.

Here is the list of features so far:

(u say it, I implement :P )

AUTO MEE VERSION HISTORY

August 26, 2006: 1.40

support {TAB} in {AUTO_COMPLETE} entries, this allows to fill entire Web Form

example 1: yahoo_form = username{TAB}password

example 2: yahoo_form = encrypted_username{TAB}encrypted_password

add "MyKeys" to [HotKeys] allows to customize ANY Hot Key ! (separated with ~~)

add option "__" to {SEND_KEYS} to send text "as is" (send special chars: !, ^, #, etc.)

add ToolTip showing Volume percentage, change Volume step to 5%

August 24, 2006: 1.37

{KILL_PROCESS}

allow more than 1 process. (input process numbers, separated with SPACE)

can search process name again (input process name again instead of process numbers)

{CDTRAY} to open/close CD Tray (not test)

change: AltF10: edit INI file, AltF11: on/off hotkeys, AltF12: exit AutoMee

add "YourIniFile" to [AutoMee]: you need to update this to your INI file

fix misc. bugs

August 23, 2006: 1.33

more info for {PC_STATUS}

add "AutoCloseTimer" to [AutoComplete], set Auto-close for Input dialog

add Base64 to result of {ENCRYPT} & {DECRYPT}.

You may need to update your INI, or use INI file goes with AutoMee.

August 22, 2006: 1.30

add Input dialog when press ShiftEnter without entry (AutoComplete)

(good for using AutoComplete on web Login fields)

{KILL_PROCESS}: Input a part of process name to kill quickly

(e.g. input "iexp" to quickly kill "iexplore.exe" process)

useful when a program freezed.

August 21, 2006: 1.28

add "\_\" to break line for {AUTO_COMPLETE} (thanks Tom)

add full hotkeys:

Win(0-9), Win(F1-12),

Alt(0-9), Alt(F1-F12), AltShift(0-9), AltShift(F1-F12)

Ctrl(0-9), Ctrl(F1-F12), CtrlShift(0-9), CtrlShift(F1-F12)

add {ENCRYPT} and {DECRYPT} feature (thanks Ejoc @ AutoIt forum)

add Encryption for AutoComplete entry (put "^^" before entry).

add {ASSOC_RUN} to open a file with associated program

August 19, 2006: 1.23

add {AUTO_COMPLETE} feature

add {EXIT_AUTOMEE} and {TURN_HOTKEYS}

add {COLOR_AT_MOUSE} to get and copy color from mouse position

add {SHOW_PC_STATUS} to show: RAM, DiskSpace, Screen info, etc.

add {SHOW_PC_INFO} to show & copy PC Name & IP (highlight PCName first)

add {SHOW_INI} to show and edit AutoMee INI file

add "IdleTime" parameter, auto Lock PC when Idle

(if watching movie, move mouse to skip locking & double next idle time:)

better code, fix bugs

August 18, 2006: 1.15

change Ctrl+Num to Ctrl+Shift+Num

add {VOLUME_XXX} feature

add {SEND_KEYS} feature

auto copy and parse Pandora HTTPLive header, to downloadable URL {PANDORA_URL}

computer using time logging

better code, fix bugs

July 20, 2006: 1.09

INI file to configure path of apps

hide/unhide active window (Ctrl+`)

add function file: duc_func.au3

enable all hotkeys from Alt0-9 Ctrl0-9

add pre-defined actions (toggle monitor, hide win...)

July 15, 2006: 1.03

switch on/off for all Hotkeys (Alt+F12)

kill myself (Alt+F11) & ask before exit

allow 1 instance only.

Edited by comart
>> AutoMee << NICE AutoIt UTILITY THAT I CAN'T LIVE WITHOUT !
Link to comment
Share on other sites

yes, GUI is a good idea, but it need to be designed carefully for ease of use.

It may put some KB to current size :P I love to keep it small

are you going to post the code?

2¢

All by me:

"Sometimes you have to go back to where you started, to get to where you want to go." 

"Everybody catches up with everyone, eventually" 

"As you teach others, you are really teaching yourself."

From my dad

"Do not worry about yesterday, as the only thing that you can control is tomorrow."

 

WindowsError.gif

WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF

AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send

StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2

AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit  Docs

SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF

Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language

Programming Tips

Excel Changes

ControlHover.UDF

GDI_Plus

Draw_On_Screen

GDI Basics

GDI_More_Basics

GDI Rotate

GDI Graph

GDI  CheckExistingItems

GDI Trajectory

Replace $ghGDIPDll with $__g_hGDIPDll

DLL 101?

Array via Object

GDI Swimlane

GDI Plus French 101 Site

GDI Examples UEZ

GDI Basic Clock

GDI Detection

Ternary operator

Link to comment
Share on other sites

AutoMee 1.30 has just been released.

Now you can use AutoComplete feature every where, useful for writing mails, login, filling web forms, etc... Don't worry about storing your password, it has encryption feature (you can use Master Password like Firefox :P )

Also updated flash demo to home page.

Any more ideas ? I'm going to add Mouse Gesture feature to next version. This will be more interesting :nuke:

>> AutoMee << NICE AutoIt UTILITY THAT I CAN'T LIVE WITHOUT !
Link to comment
Share on other sites

oh, hey.. post the mouse gesture code as a secondary aswell.. i would be tottaly interested in seeing how that works out.. i dont personally think i would use it, but reviewing the code would be worthwhile.

i was thinking the GUI could be a separate program, to interface with the ini file. that way, it isnt in the code that is constantly running.

Link to comment
Share on other sites

Sorry I'm busy implementing CronJobs feature.

A lot of good stuff will be possible when you have CronJob on Windows.

Imagine:

- Auto remind you boiling water after 10 mins.

- Auto remind you every 45 minutes when using computer to relax your eyes.

- Auto run Cron job for your website (your host may not provide Cron job).

- Etc, etc...

I'm lazy but will try to finish this first. CronJob will be available next version. After CronJob, Mouse Gesture goes next, sure I'll release code (although it's bad code :nuke: )

BTW, ver 1.40 has been released so far :P You have "Auto fill entire web form" feature ! (auto login)

Edited by comart
>> AutoMee << NICE AutoIt UTILITY THAT I CAN'T LIVE WITHOUT !
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...