FeodorFitsner / Finstagram

An Instagram UI clone made with Flet and Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finstagram

An Instagram UI clone built using Flet and Python.

Not under development

Description

This project is a UI clone of Instagram, developed using the Flet framework and Python. It aims to replicate the user interface and basic functionality of the Instagram app.

See demo 1 See demo 2

Installation and Setup

To set up the project, you'll need Poetry installed.

  1. Clone this repository:
    git clone https://github.com/tokitou-san/Finstagram.git
    cd Finstagram
  2. Create a virtual environment (optional but recommended):
    python3 -m venv venv
    source venv/bin/activate  # On Windows: .\venv\Scripts\activate
  3. Install project dependencies using Poetry:
    poetry install
  4. Run the application:
    poetry run python main.py

Contribution Guide

Contributions are welcome! If you want to contribute to this project, there are several ways you can help:

  • Pull Requests: If you have a suggestion/idea that would make this project better, please create a pull request. All pull requests will be reviewed by us and adjusted if needed.

  • Issue Reporting: You can also open a new issue or help us with an existing one. Providing detailed information about bugs, feature requests, or improvements is immensely helpful.

  • Star the Project: Other than that, you can also help the project by giving it a star! Your support is highly appreciated 😊.

To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature/bug fix: git checkout -b feature-name.
  3. Make your changes and commit them: git commit -m "Add some feature".
  4. Push the changes to your fork: git push origin feature-name.
  5. Create a pull request in the original repository.

License

This project is licensed under the AGPL-3.0 License.

About

An Instagram UI clone made with Flet and Python

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%