Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seamoonpandey/my-python_projects

these are some of the useful programs that might interest some of the newcomers to the python in the programming or non programmers too
https://github.com/seamoonpandey/my-python_projects

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```bash
sudo apt update
sudo apt-get upgrade
sudo apt install python3
sudo apt install pip

```

2) After getting the pip installer for python in the terminal you can just use the pip installer you can install the other dependencies as

```bash
#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