|
1 | 1 | ## Chicken wings and python |
2 | 2 |
|
3 | | -* Rock Scissor or Paper game - [Source Code](rock_scissor_paper/rock_scissor_paper.py) |
| 3 | +1. [What you can find in this repository](#What-you-can-find-in-this-repository) |
| 4 | +2. [How to Contribute](#How-to-contribute) |
| 5 | +3. [System requirements](#Requirements) |
| 6 | +4. [Let's connect with me](#Connect-with-me) |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | +## What you can find in this repository |
| 11 | + |
| 12 | +Here, you will find the books that I have read about **image processing and computer vision**, notes and useful python programs that you analize and run in your compute, understaing how image process works and learning how modules like pillow e cv2 work (open CV). |
| 13 | + |
| 14 | +You will also see the **personal vocal assistant** that I have created usign Speech-To-Text and Text-To-Speech libraries. |
| 15 | + |
| 16 | +A part these two main projects, you can find few of the exerices that I have made while practising with python. |
| 17 | + |
| 18 | +* [Vocal Personal Assistant](personal-assistant/README.md) |
| 19 | +* [A byte of Computer Vision](computer-vision/README.md) |
| 20 | +* [Rock Scissor or Paper game](rock_scissor_paper/rock_scissor_paper.py) |
4 | 21 | * Leap year : check if a given year is a leap year or not - [Source Code](LeapYear/leapYear.py) |
5 | | -* Guess the number game - [Source Code](guess_the_number/guessTheNumber.py) |
6 | | -* Form registration GUI with tkinter - [Source Code](form_registration_GUI/first_GUI.py) |
7 | | -* Calculate distance between any two points - [Source Code](distance/points.py) |
| 22 | +* [Guess the number game](guess_the_number/guessTheNumber.py) |
| 23 | +* [Calculate distance between any two points](distance/points.py) |
| 24 | +* [given a natural string in input (in English language) and is able to print out the respective numeric encoding](DPOneySolution.py) |
| 25 | +* [Form registration GUI with tkinter](form_registration_GUI/first_GUI.py) |
| 26 | + |
| 27 | + |
| 28 | +## How to contribute |
| 29 | +1. Fork the repository |
| 30 | +2. Do the desired changes (add/delete/modify) |
| 31 | +3. Make a pull request |
| 32 | + |
| 33 | +## Mind that |
| 34 | +Constructive criticisms or code reviews of any kind are very much welcome. |
| 35 | + |
| 36 | +If you have any questions about the solutions you can find here, feel free to contact me at: [davidepollicino2015@gmail.com](mailto:davidepollicino2015@gmail.com?subject=[GitHub]%ChickenWingsAndPythonRepo) |
| 37 | + |
| 38 | +## Requirements |
| 39 | + |
| 40 | +* Python interpreter |
| 41 | + |
| 42 | + |
| 43 | +## Connect with me |
8 | 44 |
|
9 | | -* given a natural string in input (in English language) and is able to print out the respective numeric encoding - [Source Code](DPOneySolution.py) |
| 45 | +* [davidepollicino2015@gmail.com](mailto:davidepollicino2015@gmail.com?subject=[GitHub]%20CompetitiveProgrammigGuide) |
| 46 | +* [Linkedin](https://www.linkedin.com/in/davidepollicino7/) |
| 47 | +* [www.davidepollicino.com](http://davidepollicino.com/) |
0 commit comments