GithubHelp home page GithubHelp logo

ovezovs / going-places Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.85 MB

Software Design Course Final Project. It aims to provide users with an interactive world map. The map will appear with pins on 5 locations around the world. After, the users will be able to place their own pins or photos.

Python 100.00%
python

going-places's Introduction

Project Name: Going Places

Description

The project is closely related to geography. It aims to provide users with an interactive world map. The map will appear with pins on 5 locations around the world that are significant for me. After, the users will be able to place their own pins or instead their photos.

The code was written in Python utilizing the following libraries: turtle, reverse_geocoder, cv2, imageio, PIL, tkinter, tkinter.ttk, time, datetime

User Instructions

The following is an explanation of how you could use my program:

My program consists of a text file that stores information about five places in the world. When the program is run, a world map will pop up and the program will place pins on the world map according to the information provided in the text file. Then, user will be able to click anywhere on the map in order to create his/her own place. The click will trigger a Tkinter window, which will ask users for their name, preferred color, and an option to take their picture (selfie). After clicking “Save” on the window, the given information will be processed. The program will perform reverse geocoding and find out the actual name of the location where the mouse was clicked on the world map. After, the program will place a pin (if the user took a picture then the picture would replace the default pin) and label it with user’s name and location. Meanwhile, in order to terminate the program, user should press the “q” key.

References

Resources that I utilized while developing the project:

  1. I used the following online source in order to learn how to use a web camera to take pictures in python. URL to the source: https://stackoverflow.com/questions/34588464/python-how-to-capture-image-from-webcam-on-click-using-opencv/34588758

  2. Used the following to get help in converting PNG image to GIF file. URL to the source: https://www.quora.com/How-do-I-create-a-GIF-file-from-a-bunch-of-JPEG-files-using-Python

  3. Learned all Tkinter functionalities from the following source. URL to the source: https://likegeeks.com/python-gui-examples-tkinter-tutorial/

Additional

Following is the CRC (Class-responsibility-collaboration) card for the project:

alt text

going-places's People

Contributors

ovezovs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.