8000 GitHub - morikeli/persona: A Python app that generates random avatars and allows a user to make custom avatars.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

morikeli/persona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

82 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Persona - The avatar generator app of your choice πŸ€“

Project snapshots

Screenshot Screenshots
Screenshot from 2023-12-19 16-35-42 Screenshot from 2023-12-19 16-38-24
Screenshot from 2025-02-12 13-49-27 Screenshot from 2025-02-12 13-49-20
Screenshot from 2025-02-12 13-49-12 Screenshot from 2025-02-12 13-49-02
Screenshot from 2025-02-12 13-48-56 Screenshot from 2025-02-12 13-48-38
Screenshot from 2025-02-12 13-58-56 Screenshot from 2025-02-12 13-58-30
Screenshot from 2025-02-12 13-58-19 Screenshot from 2025-02-12 13-58-12

Overview

Persona, the ultimate avatar customization experience at your fingertips! Unleash your creativity and bring your virtual identity to life with this cutting-edge app. Customize every detail of your avatar, from hairstyle and facial features to clothing and accessories. With a vast array of options and styles, you can create a unique and personalized representation of yourself or generate random characters.

Persona is user-friendly, intuitive, and ensures a seamless avatar creation process. Express yourself like never before and share your digital persona across social media or use it in your favorite virtual worlds.

NOTE: No login or signup required. Its free! πŸŽ‰

Click this link to view and use the website.

Developer Instructions

If you wish to be make contributions, follow the instructions stated below.

  1. Clone this repo to your Desktop or your preferred location using Git.

  2. Make sure you have installed Python interpreter on your machine. If not you can download it on this website Python's official website

  3. Once installed, open the cloned repo (folder) in your terminal/CMD and create a virtual environment using the following command:

    python3 -m venv .venv
    
  4. Once the virtual environment is created, activate it using the following command:

    source .venv/bin/activate
    
    .venv\Scripts\activate
    
  5. Install required packages using the following command:

    pip install -r requirements.txt

  6. To run the website offline, activate development server using the following command:

    streamlit run main.py

  7. A new tab will be automatically opened on your default browser. The web app runs on localhost:8501

  8. Create a new branch using Git, and make your contributions. Create a pull request and wait for review.

Users instructions

You can access the website on this link and create an avatar today!

Oh! Don't forget to star the repo πŸ˜‰πŸŒŸ

Credits

  1. Pyavataaars library

Python component for Avataaars - port of https://github.com/fangpenlin/avataaars

  1. Streamlit

Streamlit β€” A faster way to build and share data apps.

For more info., click streamlit website

Releases

No releases published

Packages

No packages published
0