jangita / faceGPT

chatGPT designed face, that blinks, tweaked by me - just for fun!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ˜„ Blinking Face Animation Project πŸ˜„

πŸ“ Description

This project is a Python script that uses the matplotlib library to create a simple animated face that blinks. πŸ€– Most of it was generated by ChatGPT (including this README) with some modifications from mwa.

🌟 Features

  • 🎨 Draws a simple, animated face using the matplotlib library.
  • ⏱️ Configurable blinking animation interval.

πŸ› οΈ Installation

To install the dependencies required for this project, run the following command:

pip install matplotlib

or use pipenv like so

pip install pipenv
pipenv install matplotlib

πŸ”§ Usage

To run the blinking face animation script, save the Python script file (e.g., blinking_face.py) and then run the following command in your terminal:

python app.py

or if using pipenv

pipenv run python app.py

πŸ–₯️ This command will execute the script and display the blinking face animation.

✏️ Modifications

  • πŸ” Customized face features (size, position, color, etc.)
  • ✨ Added blinking animation functionality.
  • πŸ“š Improved code structure and formatting for readability.

🀝 Contributing

If you would like to contribute to this project, please:

  1. 🍴 Fork the Project
  2. 🌿 Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. ✍️ Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. πŸš€ Push to the Branch (git push origin feature/AmazingFeature)
  5. πŸ’Œ Open a Pull Request

πŸ“œ License

This project is open-source and available under the my GPT License. πŸŽ“ See the LICENSE file for more information.

πŸ™Œ Acknowledgements

  • πŸ‘ Thanks to matplotlib for the powerful plotting library.

About

chatGPT designed face, that blinks, tweaked by me - just for fun!

License:Other


Languages

Language:Python 100.0%