• Stars
    star
    3
  • Rank 3,952,970 (Top 79 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Crypto currency app

More Repositories

1

Controlling-the-Keyboard-and-Mouse-with-GUI-Automation

Knowing various Python modules for editing spreadsheets, downloading files, and launching programs is useful, but sometimes there just aren’t any modules for the applications you need to work with. The ultimate tools for automating tasks on your computer are programs you write that directly control the keyboard and mouse. These programs can control other applications by sending them virtual keystrokes and mouse clicks, justpython3- as if you were sitting at your computer and interacting with the applications yourself. This technique is known as graphical user interface automation, or GUI automation for short. With GUI automation, your programs can do anything that a human user sitting at the computer can do, except spill coffee on the keyboard. Think of GUI automation as programming a robotic arm. You can program the robotic arm to type at your keyboard and move your mouse for you. This technique is particularly useful for tasks that involve a lot of mindless clicking or filling out of forms.
Python
3
star
2

machine-cook-recipes

learn machine learng by step by step
Python
1
star
3

machine-learning-project-in-Python.

we discovered step-by-step how to complete first machine learning project in Python.
PowerShell
1
star
4

tweetpy-chatbot

tweetpy is a simple twitter chat -bot.
Python
1
star
5

fun-with-classification-of-Data-sets-randomly-plotted-

Jupyter Notebook
1
star
6

the-auto-pannel

change traffic signals
Python
1
star
7

ml_stem_analysis

1
star
8

url-shortner-web-api

creating a URL shortening service. This series covers a variety of Django basics as well as Django 1.10 specific material. Created by xtaraim
Python
1
star
9

training-iris-dataset-with-fun

playing 10 minute to train and prepare your datasets
Python
1
star
10

Food-lover

A Html/css Webpage
HTML
1
star
11

phone-and-email

this project based on real life problem automate phone no. and email from long note or messy book like boring stuff from clipboard
Python
1
star
12

COMPSCI-571-Machine-Learning

MATLAB
1
star
13

lectures

Oxford Deep NLP 2017 course
1
star
14

mapit.py-with-the-webbrowser-Module

A web browser tab will open to the URL http://inventwithpython.com/. This is about the only thing the webbrowser module can do. Even so, the open() function does make some interesting things possible. For example, it’s tedious to copy a street address to the clipboard and bring up a map of it on Google Maps. You could take a few steps out of this task by writing a simple script to automatically launch the map in your browser using the contents of your clipboard. This way, you only have to copy the address to a clipboard and run the script, and the map will be loaded for you
Python
1
star
15

buiding-a-convolution-network-with-tensorflow

The TensorFlow layers module provides a high-level API that makes it easy to construct a neural network. It provides methods that facilitate the creation of dense (fully connected) layers and convolutional layers, adding activation functions, and applying dropout regularization. In this project, you'll learn how to use layers to build a convolutional neural network model to recognize the handwritten digits in the MNIST data set.
Python
1
star