Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sleepypioneer/pyladies_iwd
A program written for International Women's Day PyLadies event.
https://github.com/sleepypioneer/pyladies_iwd
Last synced: 2 days ago
JSON representation
A program written for International Women's Day PyLadies event.
- Host: GitHub
- URL: https://github.com/sleepypioneer/pyladies_iwd
- Owner: sleepypioneer
- Created: 2021-02-28T14:46:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-07T20:28:53.000Z (almost 4 years ago)
- Last Synced: 2023-03-10T08:39:03.338Z (almost 2 years ago)
- Language: Python
- Size: 785 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyLadies IWD ✨
This repo was created for a presentation given as part of PyLadies International Women's Day [event](https://iwd.pyladies.com/) The slides for the talk can be found on [speaker deck](https://speakerdeck.com/sleepypioneer/celebrate-your-progress-with-github-actions)
It contains a small program that prints out a special message for IWD!!
## Running the program 🐍
In the repository where the program is run:
```sh
python3 IWD.py
```## Tests 🏁
You can run the test locally:
```sh
python3 IWD_test.py
```## Github Actions 🎬
The talk that this code acompanies discussing adding Github actions to your repository. You will see there are three additional branchs that demonstrate how this can be done.