luweslen / phonebook

Academic work developed using Python and Tkinter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHONEBOOK

▶️ How to run?

To run the project on your machine follow these steps:

  1. Clone the project on your machine;

    git clone https://github.com/devweslen/phonebook-py
  2. Enter the folder phonebook-py:

    cd phonebook-py
  3. Install dependencies:

    pip3 install -r requirements.txt
  4. Create an .env file with the environment variables equal to .env.example:

  5. Run the command:

    python3 src/main.py 

    or

    ./dev.sh
  6. Enjoy yourself! :)

📙 About

Academic work developed in the subject of Building applications in a virtual environment in the course of Tecnologia em Analise e Desenvolvimento de Sistemas in Instituto Federal do Paraná using Python and Tkinter.

College: Instituto Federal do Paraná - campus Londrina
Course: Tecnologia em Analise e Desenvolvimento de Sistemas
Subject: Building applications in a virtual environment
Professor: Diogo Olsen

👨‍💻 Made by


Luciano W. da Silva
Developer
Linkedin Github
Twitter Instagram
Youtube


Enjoy Every Moment!

About

Academic work developed using Python and Tkinter


Languages

Language:Python 99.5%Language:Shell 0.5%