Skip to content

these are some of the useful programs that might interest some of the newcomers to the python in the programming or non programmers too

Notifications You must be signed in to change notification settings

seamoonpandey/my-python_projects

Repository files navigation

Python codes that might just take your Interest.

If you need help installing Python, visit https://installpython3.com/

  1. Getting started..

~install the package from internet of the python3 for windows

~for Linux

sudo apt update
sudo apt-get upgrade
sudo apt install python3
sudo apt install pip
  1. After getting the pip installer for python in the terminal you can just use the pip installer you can install the other dependencies as
#for the message automation
pip install pyautogui


#for the random password generator
pip install random
/bin/python3 -m pip install -U autopep8

Full documentation available at https://pyautogui.readthedocs.org

Simplified Chinese documentation available at https://muxuezi.github.io/posts/doc-pyautogui.html

Source code available at https://github.com/asweigart/pyautogui

About

these are some of the useful programs that might interest some of the newcomers to the python in the programming or non programmers too

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages