These are 3 pyhton projects for anyone to automate small tasks like:
- Copy many lines into a multiclipboard.
- Fetch the weather
- Send an email
- Python 3.9.13 (python3)
- install
clipboardin case import fails
pip install clipboard or pip3 install clipboard
Must have installed locally:
- Python
Have a local terminal
Open your terminal and the project directory
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}
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.
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.
👤 Karel van Oordt
- GitHub: @karelvanoordt
- Twitter: @karelvanoordt
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Big thanks to Tech with Tim for the tutorial and contribution.