Skip to content

Desktop application that facilitates document management through the use of a relational database.

License

Notifications You must be signed in to change notification settings

j4breu/FileManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File manager using Python, CustomTkinter and SQLite

Desktop application that handles the management of documents in digital format, thanks to the implementation of a user-friendly interface that allows the automation of CRUD instructions on a relational database.

How to use (Only works in Windows, for now...)

1). Create a virtual environment:

  • python -m venv env

2). Activate the virtual environment:

  • env\Scripts\activate

3). Install the necessary packages:

  • pip install -r requirements.txt

4). Run:

  • python run.py or python -m filemanager

Preview

About

Desktop application that facilitates document management through the use of a relational database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages