Skip to content

Basic application where photos can be added to a waiting list and are periodically sent. The Swiss Post offers a service to send one free postcard per day. This app uses postcard_creator, a Python wrapper around the API of the Swiss Post service, to order the postcards automatically everyday.

License

Notifications You must be signed in to change notification settings

Th-Havy/post_card_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostCardList

Basic application where photos can be added to a waiting list and are periodically sent. The Swiss Post offers a service to send one free postcard per day. This app uses postcard_creator, a Python wrapper around the API of the Swiss Post service, to order the postcards automatically everyday.

app demo

Installation

# Clone the repository
git clone https://github.com/Th-Havy/PostCardList.git
cd PostCardList

# Create a virtual environment
# Either Anaconda environment
conda create -n env python=3.9
conda activate env

# Or venv
# python3 -m venv env
# source env/bin/activate

# Install requirements
pip install -r requirements.txt

Usage

# in ..../PostCardList
cd src

# Launch app (it will keep running in the background)
python main.py

Libraries

Author

  • Thomas Havy

About

Basic application where photos can be added to a waiting list and are periodically sent. The Swiss Post offers a service to send one free postcard per day. This app uses postcard_creator, a Python wrapper around the API of the Swiss Post service, to order the postcards automatically everyday.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published