Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Project Bundle

These are 3 pyhton projects for anyone to automate small tasks like:

  • Copy many lines into a multiclipboard.
  • Fetch the weather
  • Send an email

Built With

  • Python 3.9.13 (python3)

Getting Started

  • install clipboard in case import fails

pip install clipboard or pip3 install clipboard

Prerequisites

Must have installed locally:

  • Python

Have a local terminal

Setup

Open your terminal and the project directory

Usage

1. Manyclipboard

Commands:

-- Save - Saves the copied line in your clipboard using a key -- Load - Load the required line in manyclipboard using a key -- List - Lists all the lines saved

Run the application in your terminal python manyclipboard.py {COMMAND} or python3 manyclipboad.py {COMMAND}

2. WeatherPY

This is an executable file that returns the weather conditions of an specific city in the world. Built with OPENWEATHERMAP API (with 200k+ cities available).

To use:

-- Execute file: using python weatherpy.py or python3 weatherpy.py -- Type the name of the city -- You'll see right away the weather conditions.

3. Emailer

This is an executable file where you can set an email template and create a sender automation.

-- To use it, change the values of the sender, receiver, and message variables and run the file.

Author

👤 Karel van Oordt

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

About

A set of 3 python automation projects to make some tasks easier.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages