Skip to content

Mova801/nextqr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextQR - v0.1.0-alpha

Python version: 3.11

Dependencies

How to set up a virtual environment to run the app

  1. Open the terminal and install the pipenv package with the command: pip install pipenv
  2. Reopen the terminal and reach the nextqr/new/req directory (inside you should find a file called Pipfile.lock)
  3. Enter the following command to install automatically all the dependencies: pipenv install -d
  4. Once the virtual environment is ready and the required packages are installed enter the command: pipenv shell
  5. Now you are ready to use the app :)

How to install the dependencies on the default environment

  1. Open the terminal and enter: pip install customtkinter tk qrcode PILLOW

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages